From ef3b260996ca3d4bab29ce7ac9a40e80f646b292 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 record deletion table Add Font Awesome icons in table for tables in authorities and bib records in batch record deletion To test: 1- Go to Tools > Batch record deletion 2- Try to delete bib and authorities records 3- Look the table presented 4- Apply patch and repeat step 1 to 3 --- .../prog/en/modules/tools/batch_delete_records.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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' %]
- Select all - | Clear all - | Select without items - | Select without holds + Select all + | Clear all + | Select without items + | Select without holds
@@ -178,9 +178,9 @@ $(document).ready(function() {
Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!
[% ELSE %]
-- 1.7.10.4