From 9911c37c823827a4a873cb2265259239a2a46184 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Tue, 3 May 2016 14:53:25 -0600 Subject: [PATCH] Bug 16438: Use Font Awesome icons in batch templates Add Font Awesome icons in tables in authorities and bib records in batch item/record deletion, modification templates To test: 1- Go to Tools > Batch item/record deletion/modification 2- Try to delete/modify itmes/bib and authorities records 3- Look all tables presented and notice about the new icons in Select all Clear all, etc. 4- Apply patch and repeat step 1 to 3 --- .../intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 +- .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- .../prog/en/modules/tools/batch_delete_records.tt | 14 +++++++------- .../prog/en/modules/tools/batch_record_modification.tt | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt index 612ec2c..c813469 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -75,7 +75,7 @@ for( x=0; xSelect all | Clear all[% END %] + [% IF ( show ) %][% END %]

Show/hide columns: 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 7626c04..8f98e7b 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 c94c6e2..7d5698f 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 @@ -145,10 +145,10 @@ $(document).ready(function() { [% IF records %] [% IF recordtype == 'biblio' %]
@@ -178,9 +178,9 @@ $(document).ready(function() {
Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!
[% ELSE %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 6cb6fbf..a724c36 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -192,8 +192,8 @@ $(document).ready(function() { [% IF recordtype == 'biblio' %]
@@ -218,8 +218,8 @@ $(document).ready(function() {
Reminder: this action will modify all selected biblios!
[% ELSE %]
-- 1.7.10.4