Bugzilla – Attachment 51169 Details for
Bug 16438
Use Font Awesome icons in batch templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16438: Use Font Awesome icons in batch record deletion table
Bug-16438-Use-Font-Awesome-icons-in-batch-record-d.patch (text/plain), 2.81 KB, created by
Héctor Eduardo Castro Avalos
on 2016-05-03 20:52:29 UTC
(
hide
)
Description:
Bug 16438: Use Font Awesome icons in batch record deletion table
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-05-03 20:52:29 UTC
Size:
2.81 KB
patch
obsolete
>From ef3b260996ca3d4bab29ce7ac9a40e80f646b292 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >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' %] > <div id="toolbar"> >- <a id="selectall" href="#">Select all</a> >- | <a id="clearall" href="#">Clear all</a> >- | <a id="selectwithoutitems" href="#">Select without items</a> >- | <a id="selectnotreserved" href="#">Select without holds</a> >+ <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a> >+ | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a> >+ | <a id="selectwithoutitems" href="#"><i class="fa fa-check"></i><i class="fa fa-book fa-fw"></i>Select without items</a> >+ | <a id="selectnotreserved" href="#"><i class="fa fa-check"></i><i class="fa fa-sticky-note-o"></i> Select without holds</a> > </div> > <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post"> > <table id="biblios" class="records"> >@@ -178,9 +178,9 @@ $(document).ready(function() { > <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div> > [% ELSE %] > <div id="toolbar"> >- <a id="selectall" href="#">Select all</a> >- | <a id="clearall" href="#">Clear all</a> >- | <a id="clearlinkedtobiblio" href="#">Clear used authorities</a> >+ <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a> >+ | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a> >+ | <a id="clearlinkedtobiblio" href="#"><i class="fa fa-remove"></i><i class="fa fa-bars"></i> Clear used authorities</a> > </div> > <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post"> > <table id="authorities" class="records"> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16438
:
51169
|
51170
|
51171
|
51210
|
51211
|
51212
|
51213
|
51214
|
51215