6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/24/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1982] Display start time of an event in month printouts
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ .___..__..__ | \[__) | [__][__) |__/| | | |[__)
Comment
> 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>';
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers