From 451cbdbbc9ae24e43703d7953506524b1fb68da0 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Fri, 7 May 2021 15:33:32 +0200 Subject: [PATCH] Fixes #1377 Associate / Move album's selectize in batch manager Selectize for choosing album when associating or moving has now a place holder and no default value. Also added translation line for placeholder --- admin/themes/default/template/batch_manager_global.tpl | 9 ++++++++- language/en_UK/admin.lang.php | 3 ++- language/fr_FR/admin.lang.php | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 60a2e1d51..021b2207c 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -684,7 +684,7 @@ UL.thumbnails SPAN.wrap2 {ldelim} {* also used for "move" action *}
- +
@@ -801,3 +801,10 @@ UL.thumbnails SPAN.wrap2 {ldelim} + + \ No newline at end of file diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 061c6e248..89b25943a 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1167,4 +1167,5 @@ $lang['Apply an automatic order'] = 'Apply an automatic order'; $lang['Root'] = 'Root'; $lang['Apply to direct sub-albums'] = 'Apply to direct sub-albums'; $lang['Apply to the whole hierarchy'] = 'Apply to the whole hierarchy'; -$lang['%d+ albums found, try to refine the search'] = '%d+ albums found, try to refine the search'; \ No newline at end of file +$lang['%d+ albums found, try to refine the search'] = '%d+ albums found, try to refine the search'; +$lang['Select an album... or type it!'] = 'Select an album... or type it!'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 4ec9e8c53..f0faf0511 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1169,4 +1169,5 @@ $lang['Apply an automatic order'] = 'Appliquer un ordre automatique'; $lang['Root'] = 'Racine'; $lang['Apply to direct sub-albums'] = 'Appliquer aux sous-albums'; $lang['Apply to the whole hierarchy'] = 'Appliquer à toute l\'arborescence'; -$lang['%d+ albums found, try to refine the search'] = '%d+ albums trouvé, essayez d affiner la recherche'; \ No newline at end of file +$lang['%d+ albums found, try to refine the search'] = '%d+ albums trouvé, essayez d affiner la recherche'; +$lang['Select an album... or type it!'] = 'Selectionnez un album... ou tapez-le !'; \ No newline at end of file