6.0.0-beta1
7/24/25

[#627] Display of icons in calendar view
Summary Display of icons in calendar view
Queue Kronolith
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners Horde Developers (at)
Requester joho (at) webbplatsen (dot) se
Created 09/23/2004 (7609 days ago)
Due
Updated 02/20/2005 (7459 days ago)
Assigned 09/23/2004 (7609 days ago)
Resolved 02/20/2005 (7459 days ago)
Milestone
Patch No

History
02/20/2005 09:48:53 PM Jan Schneider Comment #3
State ⇒ Resolved
Reply to this comment
Such a pref has been added some time.
09/23/2004 09:55:25 PM Chuck Hagenbuch Comment #2
Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
Reply to this comment
I'm not getting rid of the delete icon, I use it all the time. A pref 
for all 3 sounds reasonable, though.
09/23/2004 07:32:12 PM joho (at) webbplatsen (dot) se Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Display of icons in calendar view
Queue ⇒ Kronolith
Reply to this comment
It'd be nice if this setting was split into either three options, or 
at least two options, where the Trash-icon was separated from the 
other two. Having the alarm and recurrence icons is nice, the 
Trash-icon muddles the view and isn't really needed there IMHO (I'd 
want to look at the event before removing it).



// show delete/alarm icons in the calendar view?

$_prefs['show_icons'] = array(

     'value' => 1,

     'locked' => false,

     'shared' => false,

     'type' => 'checkbox',

     'desc' => _("Show delete, alarm, and recurrence icons in calendar views?")

);

Saved Queries