From 590dd16dc21888d89222e70945abb7c41fcde420 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Wed, 4 May 2016 10:44:26 -0600 Subject: [PATCH] [SIGNED-OFF] Bug 16438: (followup) remove item where no single icon exist for options Content-Type: text/plain; charset="utf-8" Remove the double icon in options where double icons don't work well To test: follow the previous commit Signed-off-by: Owen Leonard --- 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 %] [% 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() {
-- 2.1.4