| 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 (7717 days ago) |
| Due | |
| Updated | 02/20/2005 (7567 days ago) |
| Assigned | 09/23/2004 (7717 days ago) |
| Resolved | 02/20/2005 (7567 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Assigned to
State ⇒ Assigned
for all 3 sounds reasonable, though.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Display of icons in calendar view
Queue ⇒ Kronolith
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?")
);