mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
adding an extra icon for ical export in context menu, so templates can change it independent of mime icons
This commit is contained in:
parent
7a01a55120
commit
1297c32fb2
@ -906,7 +906,7 @@ class calendar_uilist extends calendar_ui
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
$actions['ical'] = array(
|
$actions['ical'] = array(
|
||||||
'icon' => egw_vfs::mime_icon('text/calendar'),
|
'icon' => 'ical',
|
||||||
'caption' => 'Export iCal',
|
'caption' => 'Export iCal',
|
||||||
'group' => ++$group,
|
'group' => ++$group,
|
||||||
'hint' => 'Download this event as iCal',
|
'hint' => 'Download this event as iCal',
|
||||||
|
@ -1148,7 +1148,7 @@ class infolog_ui
|
|||||||
$this->prefs['default_document']
|
$this->prefs['default_document']
|
||||||
);
|
);
|
||||||
$actions['ical'] = array(
|
$actions['ical'] = array(
|
||||||
'icon' => egw_vfs::mime_icon('text/calendar'),
|
'icon' => 'ical',
|
||||||
'caption' => 'Export iCal',
|
'caption' => 'Export iCal',
|
||||||
'postSubmit' => true, // download needs post submit to work
|
'postSubmit' => true, // download needs post submit to work
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
|
BIN
phpgwapi/templates/default/images/ical.png
Executable file
BIN
phpgwapi/templates/default/images/ical.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 873 B |
Loading…
x
Reference in New Issue
Block a user