From d7c3c65cd4d1475ae3bc8875114ffb7e54992b8d Mon Sep 17 00:00:00 2001
From: plegall
Date: Fri, 31 Dec 2010 14:06:27 +0000
Subject: Batch Manager:
* add l0n to the new Batch Manager where is was missing
* change photo "name" to photo "title"
* change the way we display "Select all" and "Select the whole set"
git-svn-id: http://piwigo.org/svn/trunk@8408 68402e56-0260-453c-a942-63ccdbb3a9ee
---
.../default/template/batch_manager_global.tpl | 77 +++++++++++-----------
1 file changed, 38 insertions(+), 39 deletions(-)
(limited to 'admin/themes/default')
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl
index 8f08d8414..c62092c19 100644
--- a/admin/themes/default/template/batch_manager_global.tpl
+++ b/admin/themes/default/template/batch_manager_global.tpl
@@ -174,10 +174,6 @@ $(document).ready(function() {
$(wrap2).addClass("thumbSelected");
});
- if (nb_thumbs_page < nb_thumbs_set) {
- $("#selectSetMessage").show();
- }
-
checkPermitAction();
return false;
@@ -198,7 +194,6 @@ $(document).ready(function() {
});
$("#selectInvert").click(function () {
- $("#selectSetMessage").hide();
$("input[name=setSelected]").attr('checked', false);
$(".thumbnails label").each(function() {
@@ -233,12 +228,12 @@ $(document).ready(function() {
}
});
- $("input[name=remove_name]").click(function () {
+ $("input[name=remove_title]").click(function () {
if ($(this).is(':checked')) {
- $("input[name=name]").hide();
+ $("input[name=title]").hide();
}
else {
- $("input[name=name]").show();
+ $("input[name=title]").show();
}
});
@@ -338,7 +333,7 @@ a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_ho
Switch to unit mode
-{'Batch manager'|@translate}
+{'Batch Manager'|@translate}