[Tickets #1982] Display start time of an event in month printouts

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Sep 21 10:57:49 PDT 2006


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

Ticket URL: http://bugs.horde.org/ticket/?id=1982
-----------------------------------------------------------------------
 Ticket             | 1982
 Updated By         | webmgr at muskingum.edu
 Summary            | Display start time of an event in month printouts
 Queue              | Kronolith
 Version            | 2.0.3
 Type               | Enhancement
 State              | Accepted
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


webmgr at muskingum.edu (2006-09-21 10:57) wrote:

OK, this is not the best way to do this, I'm sure, however, as an interim
for a better solution I have made the following changes to address the
need for "times" on the month view AND "locations" on the daily, week, and
work week views. These were made to the 2.1.2 release code, but I believe
they still apply to the HEAD code as well:

kronolith/month.php
Line 189 -- change as follows:
$event->getLink($timestamp) . '<br />' . 
date($prefs->getValue('twentyFour') ? 'G:i' : 'g:ia',
$event->start->timestamp()) . '</div>';

kronolith/lib/DayView.php
Line 176 -- Change to:
$event->getLink($this->getStamp()) . '<br />' . $event->getLocation() .

kronolith/lib/WeekView.php
Line 219 -- Change to:
$event->getLink($this->days[$j]->getStamp()) . '<br />' .
$event->getLocation() . '</td>';




More information about the bugs mailing list