From ca921868870a56835dacdac8ae91558d31e8d87d Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Wed, 4 May 2016 10:44:26 -0600 Subject: [PATCH] Bug 16438: (followup) remove item where no single icon exist for options Remove the double icon in options where double icons don't work well To test: follow the previous commit --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- .../intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index 8f98e7b..8d46d53 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -108,7 +108,7 @@ $(document).ready(function(){ [% IF ( item_loop ) %] [% IF show %]
- Select all | Clear all | Clear on loan + Select all | Clear all | Clear on loan
[% END %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt index 7d5698f..6f6f58a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -147,8 +147,8 @@ $(document).ready(function() {
@@ -180,7 +180,7 @@ $(document).ready(function() {
-- 1.7.10.4