From 2e0e7607a01278f046e7d74a564d29a20d7da385 Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 6 Sep 2024 11:34:34 +0200 Subject: [PATCH] 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 --- api/src/Image.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/src/Image.php b/api/src/Image.php index 4b97808f5f..e7aedbba12 100644 --- a/api/src/Image.php +++ b/api/src/Image.php @@ -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',