mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 19:12:47 +02:00
(cp 60a40c3) fixed #1793 the sort order popin validation button label changes properly
This commit is contained in:
@@ -212,6 +212,7 @@ $(document).ready(() => {
|
||||
$('.cat-move-order-popin').fadeIn();
|
||||
$('.cat-move-order-popin .album-name').html(getPathNode(node));
|
||||
$('.cat-move-order-popin input[name=id]').val(node_id);
|
||||
$('input[name=simpleAutoOrder]').attr('value', str_sub_album_order);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ const str_visit_gallery = '{'Visit Gallery'|@translate|escape:javascript}';
|
||||
const str_sort_order = '{'Automatic sort order'|@translate|escape:javascript}';
|
||||
const str_delete_album = '{'Delete album'|@translate|escape:javascript}';
|
||||
const str_root_order = '{'Apply to root albums'|@translate|escape:javascript}';
|
||||
str_sub_album_order = '{'Apply to direct sub-albums'|@translate|escape:javascript}';
|
||||
str_album_name_empty = '{'Album name must not be empty'|@translate|escape:javascript}'
|
||||
|
||||
const add_album_root_title = '{'Create a new album at root'|@translate|escape:javascript}';
|
||||
|
||||
Reference in New Issue
Block a user