related to #1679 Added icon to property tab for pictures

This commit is contained in:
Matthieu Leproux
2022-06-28 16:25:06 +02:00
parent 64fd8de80e
commit 204fe1deca
+1 -1
View File
@@ -119,7 +119,7 @@ function add_core_tabs($sheets, $tab_id)
case 'photo':
global $admin_photo_base_url;
$sheets['properties'] = array('caption' => l10n('Properties'), 'url' => $admin_photo_base_url.'-properties');
$sheets['properties'] = array('caption' => '<span class="icon-file-image"></span>'.l10n('Properties'), 'url' => $admin_photo_base_url.'-properties');
$sheets['coi'] = array('caption' => '<span class="icon-crop"></span>'.l10n('Center of interest'), 'url' => $admin_photo_base_url.'-coi');
break;