Bugzilla – Attachment 51211 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: (followup) change icons to one icon
Bug-16438-followup-change-icons-to-one-icon.patch (text/plain), 3.41 KB, created by
Héctor Eduardo Castro Avalos
on 2016-05-04 16:52:43 UTC
(
hide
)
Description:
Bug 16438: (followup) change icons to one icon
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-05-04 16:52:43 UTC
Size:
3.41 KB
patch
obsolete
>From 95160a5c29c911a3608cb3a9c53cc18de7af9b87 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >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 %] > <div id="toolbar"> >- <a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i> Clear all</a> | <a id="clearonloanbutton" href="#"><i class="fa fa-remove"></i><i class="fa fa-cart-plus" aria-hidden="true"></i> Clear on loan</a> >+ <a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i> Clear all</a> | <a id="clearonloanbutton" href="#"><i class="fa fa-minus-square" aria-hidden="true"></i> Clear on loan</a> > </div> > [% END %] > <div id="cataloguing_additem_itemlist"> >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() { > <div id="toolbar"> > <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> >+ | <a id="selectwithoutitems" href="#"><i class="fa fa-minus-square" aria-hidden="true"></i> Select without items</a> >+ | <a id="selectnotreserved" href="#"><i class="fa fa-minus-square" aria-hidden="true"></i> Select without holds</a> > </div> > <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post"> > <table id="biblios" class="records"> >@@ -180,7 +180,7 @@ $(document).ready(function() { > <div id="toolbar"> > <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> >+ | <a id="clearlinkedtobiblio" href="#"><i class="fa fa-minus-square" aria-hidden="true"></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