mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
using two new icons for open as text/html and not mime icons
This commit is contained in:
parent
ac653d6c9a
commit
f510e9d333
@ -1172,7 +1172,7 @@ class mail_ui
|
||||
'caption' => lang('Text mode'),
|
||||
'hint' => 'Open in Text mode',
|
||||
'group' => ++$group,
|
||||
'icon' => egw_vfs::mime_icon('text/plain'),
|
||||
'icon' => 'textmode',
|
||||
'onExecute' => 'javaScript:app.mail.mail_openAsText',
|
||||
'allowOnMultiple' => false,
|
||||
),
|
||||
@ -1180,7 +1180,7 @@ class mail_ui
|
||||
'caption' => lang('HTML mode'),
|
||||
'hint' => 'Open in HTML mode',
|
||||
'group' => $group,
|
||||
'icon' => egw_vfs::mime_icon('text/html'),
|
||||
'icon' => 'htmlmode',
|
||||
'onExecute' => 'javaScript:app.mail.mail_openAsHtml',
|
||||
'allowOnMultiple' => false,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user