mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
use different icons for import & export as up- & download
as im/export is gettings something in or out of EGroupware, while up/download is getting something from or to the browser
This commit is contained in:
parent
bca81e8f58
commit
2e0e7607a0
@ -87,7 +87,7 @@ class Image
|
||||
'help' => 'question-circle',
|
||||
'home' => 'house-door',
|
||||
'ical' => 'box-arrow-down',
|
||||
'import' => 'download',
|
||||
'import' => 'box-arrow-in-down',
|
||||
'infolog_task' => 'file-earmark-font',
|
||||
'internet' => 'globe2',
|
||||
'landscape' => 'tablet-landscape',
|
||||
@ -298,8 +298,8 @@ class Image
|
||||
'images/winclose' => 'x-square',
|
||||
'images/windows' => 'windows',
|
||||
'images/world' => 'globe-europe-africa',
|
||||
'importexport/export' => 'download',
|
||||
'importexport/import' => 'upload',
|
||||
'importexport/export' => 'box-arrow-up',
|
||||
'importexport/import' => 'box-arrow-in-down',
|
||||
'infolog/archive' => 'archive',
|
||||
'infolog/billed' => 'currency-euro',
|
||||
'infolog/call' => 'telephone',
|
||||
|
Loading…
Reference in New Issue
Block a user