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
-7
View File
@@ -119,13 +119,6 @@ $template->assign(
'F_ACTION' => get_root_url().'admin.php?page=cat_move',
)
);
// +-----------------------------------------------------------------------+
// | tabs |
// +-----------------------------------------------------------------------+
$page['tab'] = 'move';
include(PHPWG_ROOT_PATH.'admin/include/albums_tab.inc.php');
// +-----------------------------------------------------------------------+
// | Album display |