mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
fixed #1775 proper tooltip style for sort order btn
This commit is contained in:
@@ -31,7 +31,7 @@ $(document).ready(() => {
|
|||||||
+'<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>'
|
||||||
+"</div>"
|
+"</div>"
|
||||||
+'</div>';
|
+'</div>';
|
||||||
action_order = '<a data-id="'+node.id+'" class="move-cat-order icon-sort-name-up" title="'+ str_sort_order +'"></a>';
|
action_order = '<a data-id="'+node.id+'" class="move-cat-order icon-sort-name-up tiptip" title="'+ str_sort_order +'"></a>';
|
||||||
|
|
||||||
action_small =
|
action_small =
|
||||||
"<div class='icon-ellipsis-vert move-cat-action-small toggle-cat-option'>"
|
"<div class='icon-ellipsis-vert move-cat-action-small toggle-cat-option'>"
|
||||||
|
|||||||
Reference in New Issue
Block a user