Summary | please include creator in tooltip |
Queue | Kronolith |
Queue Version | 2.0 |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | sim (at) nyx (dot) xs4all (dot) nl |
Created | 02/16/2005 (7465 days ago) |
Due | |
Updated | 05/10/2005 (7382 days ago) |
Assigned | |
Resolved | 05/10/2005 (7382 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
recently. So changing to Resolved.
State ⇒ Rejected
you want more details, go to the event view.
State ⇒ New
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ please include creator in tooltip
Queue ⇒ Kronolith
like in lib/Driver.php:
$link = Horde::linkTooltip($url, $this->getTitle(), 'event' . $status,
'', '', $event_time . ($this->location ? '; ' . $this->location : '')
. ($this->description ? ': ' . $this->description : '') . '; ' .
$this->getCreatorId(), '', $color);