issue #1014 album manager redesign

This commit is contained in:
Yann Le Boudec
2019-05-09 13:56:15 +02:00
committed by Pierrick Le Gall
parent 10eacfb44d
commit c9715d255d
7 changed files with 106 additions and 50 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ function add_core_tabs($sheets, $tab_id)
global $my_base_url;
$sheets['list'] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'cat_list');
$sheets['move'] = array('caption' => '<span class="icon-move"></span>'.l10n('Move'), 'url' => $my_base_url.'cat_move');
$sheets['permalinks'] = array('caption' => '<span class="icon-link"></span>'.l10n('Permalinks'), 'url' => $my_base_url.'permalinks');
$sheets['permalinks'] = array('caption' => '<span class="icon-link-1"></span>'.l10n('Permalinks'), 'url' => $my_base_url.'permalinks');
break;
case 'batch_manager':