steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/lib/FBView month.php, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Wed Dec 15 23:12:01 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/lib/FBView
In directory doto:/tmp/cvs-serv3521/kolab-resource-handlers/fbview/fbview/kronolith/lib/FBView

Modified Files:
	month.php 
Log Message:
Make monthview slightly larger (issue546)

Index: month.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/lib/FBView/month.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- month.php	1 Dec 2004 02:13:23 -0000	1.1
+++ month.php	15 Dec 2004 22:11:59 -0000	1.2
@@ -79,7 +79,7 @@
         $dayWidth = 100 / 30;
         for ($i = 0; $i < 30; $i++) {
             $t = mktime(0, 0, 0, date('n', $day), date('j', $day) + $i, date('Y', $day));
-            $day_label = strftime(" %d ", $t);
+            $day_label = strftime(" %d ", $t);
             if ($i > 0) {
                 $hours_html .= "<td colspan=\"3\" style=\"white-space:nowrap;overflow:hidden;border-left:1px solid black;width:$dayWidth%\">$day_label</td>";
             } else {





More information about the commits mailing list