From aadf69a12380f1e494ab75c21edbf432f6dd4049 Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 13 Aug 2004 14:12:08 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@200 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Scheduler/ChangeLog | 5 +++++ SOGo/UI/Scheduler/UIxCalWeekOverview.wox | 1 + SOGo/UI/Scheduler/Version | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.39.2