fixes #1451 Can now open move album from album manager

This commit is contained in:
Matthieu Leproux
2021-07-15 13:05:45 +02:00
parent ae20ab9e8e
commit f1ea76242b
6 changed files with 67 additions and 1 deletions
+1
View File
@@ -288,6 +288,7 @@ $template->assign(
'U_ADD_PHOTOS_ALBUM' => $base_url.'photos_add&album='.$category['id'],
'U_CHILDREN' => $cat_list_url.'&parent_id='.$category['id'],
'U_HELP' => get_root_url().'admin/popuphelp.php?page=cat_modify',
'U_MOVE' => $base_url.'cat_move#cat-'.$category['id'],
'F_ACTION' => $form_action,
)