mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 19:23:01 +02:00
Issue #1200 : Minor design fixes
This commit is contained in:
@@ -34,10 +34,11 @@ $(document).ready(() => {
|
||||
} else {
|
||||
cont.append($(icon.replace(/%icon%/g, 'icon-folder-open')));
|
||||
}
|
||||
|
||||
|
||||
cont.append($(title.replace(/%name%/g, node.name)));
|
||||
|
||||
if (node.status == 'private') {
|
||||
cont.append($(icon.replace(/%icon%/g, 'icon-lock')));
|
||||
cont.find(".move-cat-title").addClass('icon-lock');
|
||||
}
|
||||
|
||||
cont.append(actions);
|
||||
|
||||
Reference in New Issue
Block a user