mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1609 added tiptip to action tooltips
This commit is contained in:
@@ -434,6 +434,11 @@ $(document).ready(() => {
|
||||
$('.user-list-checkbox').unbind("change").change(checkbox_change);
|
||||
$('.user-list-checkbox').unbind("click").click(checkbox_click);
|
||||
|
||||
$('.tiptip').tipTip({
|
||||
delay: 0,
|
||||
fadeIn: 200,
|
||||
fadeOut: 200
|
||||
});
|
||||
});
|
||||
|
||||
function openAddAlbumPopIn(parentAlbumId) {
|
||||
|
||||
@@ -43,6 +43,8 @@ const add_album_root_title = '{'Create a new album at root'|@translate|escape:ja
|
||||
const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javascript}';
|
||||
{/footer_script}
|
||||
|
||||
{combine_script id='jquery.tipTip' load='footer' path='themes/default/js/plugins/jquery.tipTip.minified.js'}
|
||||
|
||||
{combine_script id='albums' load='footer' path='admin/themes/default/js/albums.js'}
|
||||
|
||||
<div class="titrePage">
|
||||
|
||||
@@ -4252,7 +4252,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
|
||||
}
|
||||
|
||||
.move-cat-action a {
|
||||
padding: 30px 10px;
|
||||
padding: 0 10px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user