From 95160a5c29c911a3608cb3a9c53cc18de7af9b87 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Wed, 4 May 2016 10:44:26 -0600 Subject: [PATCH] Bug 16438: (followup) change icons to one icon Change the two icons to just one: "fa fa-minus-square" 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..b6287e6 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..4a6e2ae 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