From 50e21573598fa286b04b4a9393b408539ec3ee13 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 Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan Gallagher --- .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- .../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 8f98e7b3ec..8d46d53480 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 7d5698fa51..6f6f58aa2b 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.39.2