mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-16 14:26:00 +02:00
related to #1609 action button to visit gallery works now
This commit is contained in:
@@ -24,7 +24,7 @@ $(document).ready(() => {
|
||||
+"<a class='move-cat-add icon-plus-circled' href='#' data-aid='"+node.id+"'></a>"
|
||||
+"<a class='move-cat-edit icon-pencil' href='admin.php?page=album-"+node.id+"'></a>"
|
||||
+"<a class='move-cat-upload icon-upload' href='admin.php?page=photos_add&album="+node.id+"'></a>"
|
||||
+"<a class='move-cat-see icon-eye' href='admin.php?page=album-"+node.id+"'></a>"
|
||||
+"<a class='move-cat-see icon-eye' href='index.php?/category/"+node.id+"'></a>"
|
||||
+"<a data-id='"+node.id+"' class='move-cat-delete icon-trash'></a>"
|
||||
+"</div>"
|
||||
+'</div>';
|
||||
|
||||
Reference in New Issue
Block a user