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:
ralf 2024-09-06 11:34:34 +02:00
parent bca81e8f58
commit 2e0e7607a0

View File

@ -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',