mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 16:32:22 +02:00
related to #1806 changed add album icon and add photo icon
This commit is contained in:
@@ -313,9 +313,9 @@ function createAlbumNode(node, li) {
|
|||||||
actions =
|
actions =
|
||||||
'<div class="move-cat-action-cont">'
|
'<div class="move-cat-action-cont">'
|
||||||
+"<div class='move-cat-action'>"
|
+"<div class='move-cat-action'>"
|
||||||
+'<a class="move-cat-add icon-plus-circled tiptip" title="'+ str_add_album +'" href="#" data-aid="'+node.id+'"></a>'
|
+'<a class="move-cat-add icon-add-album tiptip" title="'+ str_add_album +'" href="#" data-aid="'+node.id+'"></a>'
|
||||||
+'<a class="move-cat-edit icon-pencil tiptip" title="'+ str_edit_album +'" href="admin.php?page=album-'+node.id+'"></a>'
|
+'<a class="move-cat-edit icon-pencil tiptip" title="'+ str_edit_album +'" href="admin.php?page=album-'+node.id+'"></a>'
|
||||||
+'<a class="move-cat-upload icon-upload tiptip" title="'+ str_add_photo +'" href="admin.php?page=photos_add&album='+node.id+'"></a>'
|
+'<a class="move-cat-upload icon-plus-circled tiptip" title="'+ str_add_photo +'" href="admin.php?page=photos_add&album='+node.id+'"></a>'
|
||||||
+'<a class="move-cat-see icon-eye tiptip" title="'+ str_visit_gallery +'" href="index.php?/category/'+node.id+'"></a>'
|
+'<a class="move-cat-see icon-eye tiptip" title="'+ str_visit_gallery +'" href="index.php?/category/'+node.id+'"></a>'
|
||||||
+'<a data-id="'+node.id+'" class="move-cat-order icon-sort-name-up tiptip" title="'+ str_sort_order +'"></a>'
|
+'<a data-id="'+node.id+'" class="move-cat-order icon-sort-name-up tiptip" title="'+ str_sort_order +'"></a>'
|
||||||
+'<a data-id="'+node.id+'" class="move-cat-delete icon-trash tiptip" title="'+ str_delete_album +'" ></a>'
|
+'<a data-id="'+node.id+'" class="move-cat-delete icon-trash tiptip" title="'+ str_delete_album +'" ></a>'
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc
|
|||||||
|
|
||||||
<div class="cat-move-header">
|
<div class="cat-move-header">
|
||||||
<div class="add-album-button">
|
<div class="add-album-button">
|
||||||
<label class="head-button-2 icon-plus-circled">
|
<label class="head-button-2 icon-add-album">
|
||||||
<p>{'Add Album'|@translate}</p>
|
<p>{'Add Album'|@translate}</p>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
@@ -132,7 +132,7 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc
|
|||||||
<a class="icon-cancel CloseAddAlbum"></a>
|
<a class="icon-cancel CloseAddAlbum"></a>
|
||||||
|
|
||||||
<div class="AddIconContainer">
|
<div class="AddIconContainer">
|
||||||
<span class="AddIcon icon-blue icon-plus-circled"></span>
|
<span class="AddIcon icon-blue icon-add-album"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="AddIconTitle">
|
<div class="AddIconTitle">
|
||||||
<span></span>
|
<span></span>
|
||||||
@@ -280,6 +280,10 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-album-button label::before {
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
#AddAlbum, #DeleteAlbum, #RenameAlbum {
|
#AddAlbum, #DeleteAlbum, #RenameAlbum {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user