From: helge Date: Fri, 13 Aug 2004 14:12:08 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@200 d1b88da0-ebda-0310-925b-ed51d... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aadf69a12380f1e494ab75c21edbf432f6dd4049;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@200 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index d0dd351e..ffa35b25 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,3 +1,8 @@ +2004-08-13 + + * UIxCalWeekOverview.wox: hide weekend (requires libWEExtensions + v4.2.51) (v0.9.29) + 2004-08-13 Marcus Mueller * v0.9.28 diff --git a/SOGo/UI/Scheduler/UIxCalWeekOverview.wox b/SOGo/UI/Scheduler/UIxCalWeekOverview.wox index 2b60bf99..560c584e 100644 --- a/SOGo/UI/Scheduler/UIxCalWeekOverview.wox +++ b/SOGo/UI/Scheduler/UIxCalWeekOverview.wox @@ -131,6 +131,7 @@ const:startDateKey="startDate" const:endDateKey="endDate" const:titleStyle="weekoverview_title" + const:hideWeekend="YES" contentStyle="contentStyle" > diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index 42d0a3b8..459766da 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,3 +1,5 @@ # $Id$ -SUBMINOR_VERSION:=28 +SUBMINOR_VERSION:=29 + +# v0.9.29 requires libWEExtensions v4.2.51