[Tickets #5026] Correctly space calendar table and show number of appointments/events in period

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Feb 23 07:32:08 PST 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5026
-----------------------------------------------------------------------
 Ticket             | 5026
 Created By         | jon at spriggs.org.uk
 Summary            | Correctly space calendar table and show number of appointments/events in
                    | period
 Queue              | Kronolith
 Version            | HEAD
 Type               | Enhancement
 State              | New
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


jon at spriggs.org.uk (2007-02-23 07:32) wrote:

Index: month.php
===================================================================
RCS file: /repository/kronolith/lib/Block/month.php,v
retrieving revision 1.34
diff -r1.34 month.php
114c114
<             $html .= '<th class="item">' . $weekday . '</th>';
---
>             $html .= '<th class="item" width="14.2%">' . $weekday .
'</th>';
158a159
>                 $event_count = 0;
162a164
>                     $event_count++;
164c166
<                 $cell = Horde::linkTooltip($url, _("View Day"), '', '',
'', $day_events) . date('j', $dayStamp) . '</a>';
---
>                 $cell = Horde::linkTooltip($url, _("View Day"), '', '',
'', $day_events) . date('j', $dayStamp);
167c169
<                 $cell = Horde::linkTooltip($url, _("View Day")) .
date('j', $dayStamp) . '</a>';
---
>                 $cell = Horde::linkTooltip($url, _("View Day")) .
date('j', $dayStamp);
172c174
<                 $cell = '<strong>' . $cell . '</strong>';
---
>                 $cell = '<strong>' . $cell . '</strong> (' .
$event_count . ')';
175c177
<             $html .= $cell . '</td>';
---
>             $html .= $cell . '</a></td>';


Regards,

Jon Spriggs




More information about the bugs mailing list