mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix reverse import and export icons
This commit is contained in:
parent
1e3c48c270
commit
bca81e8f58
@ -73,7 +73,7 @@ class Image
|
||||
'edit' => 'pencil-square',
|
||||
'edit_leaf' => 'pencil-square',
|
||||
'editpaste' => 'clipboard2-data',
|
||||
'export' => 'download',
|
||||
'export' => 'box-arrow-up',
|
||||
'fav_filter' => 'star',
|
||||
'favorites' => 'star-fill',
|
||||
'filesave' => 'folder-symlink',
|
||||
@ -87,7 +87,7 @@ class Image
|
||||
'help' => 'question-circle',
|
||||
'home' => 'house-door',
|
||||
'ical' => 'box-arrow-down',
|
||||
'import' => 'box-arrow-up',
|
||||
'import' => 'download',
|
||||
'infolog_task' => 'file-earmark-font',
|
||||
'internet' => 'globe2',
|
||||
'landscape' => 'tablet-landscape',
|
||||
|
Loading…
Reference in New Issue
Block a user