Issue #1200 : Add "Move Album" link in direct menu of albums, remove it from "Album List" tabsheet, design fixes

This commit is contained in:
Zacharie
2020-08-03 15:27:36 +02:00
committed by plegall
parent 74447192b0
commit 1dff9fa9b7
8 changed files with 31 additions and 61 deletions
-1
View File
@@ -32,7 +32,6 @@ function add_core_tabs($sheets, $tab_id)
case 'albums':
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-1"></span>'.l10n('Permalinks'), 'url' => $my_base_url.'permalinks');
break;