]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@202 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 13 Aug 2004 15:04:03 +0000 (15:04 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 13 Aug 2004 15:04:03 +0000 (15:04 +0000)
SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxCalWeekColumnsview.wox
SOGo/UI/Scheduler/Version

index 70ee802b3bc8e8c2c2770fe70aefa1d0bccb1224..0e48d7dd4a2dcc5251ed8aa655383fcb5a63d595 100644 (file)
@@ -1,8 +1,16 @@
+2004-08-13  Helge Hess  <helge.hess@skyrix.com>
+
+       * UIxCalWeekColumnsview.wox: hide weekend (requires libWEExtensions 
+         v4.2.52) (v0.9.31)
+
 2004-08-13  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * UIxAppointmentEditor.[wox|m]: important fix for testing (v0.9.30)
 
-2004-08-13    <helge@agenor.opengroupware.org>
+2004-08-13  Helge Hess  <helge.hess@skyrix.com>
+
+       * UIxCalWeekColumnsview.wox: hide weekend (requires libWEExtensions 
+         v4.2.52) (v0.9.30)
 
        * UIxCalWeekOverview.wox: hide weekend (requires libWEExtensions 
          v4.2.51) (v0.9.29)
index 7ec4760596fd46b7d7af4cddfc4d445f6bc090a3..2a5415a9f51719ca226fb55c9872c6c64314c79c 100644 (file)
                                 const:contentColor="#e8e8e0"
                                 const:cellpadding="0"
                                 const:cellspacing="2"
+                                const:hideWeekend="YES"
               >
                 <var:weekcol-title>
                   <table cellpadding="0" width="100%" border="0" cellspacing="0"
                   <var:weekcol-info>
                     <var:if condition="hasHolidayInfo">
                       <var:string value="holidayInfo" 
-                               const:class="weekcolumnsview_holidayinfo" />
+                                const:class="weekcolumnsview_holidayinfo" />
                     </var:if>
                     <var:foreach list="allDayApts" item="appointment">
                       <a var:href="appointmentViewURL"
index 5d303cb129d47f8bab7a1434e0860ec75e8b486e..b36620c228688c8df810dc2cfb02f642df41959f 100644 (file)
@@ -1,5 +1,6 @@
 # $Id$
 
-SUBMINOR_VERSION:=30
+SUBMINOR_VERSION:=31
 
+# v0.9.31 requires libWEExtensions v4.2.52
 # v0.9.29 requires libWEExtensions v4.2.51