Bugzilla – Attachment 51213 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]
[SIGNED-OFF] Bug 16438: (followup) remove item where no single icon exist for options
SIGNED-OFF-Bug-16438-followup-remove-item-where-no.patch (text/plain), 3.34 KB, created by
Owen Leonard
on 2016-05-04 17:33:16 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 16438: (followup) remove item where no single icon exist for options
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-05-04 17:33:16 UTC
Size:
3.34 KB
patch
obsolete
>From 590dd16dc21888d89222e70945abb7c41fcde420 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] [SIGNED-OFF] Bug 16438: (followup) remove item where no > single icon exist for options >Content-Type: text/plain; charset="utf-8" > >Remove the double icon in options where double icons don't work well > >To test: follow the previous commit > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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..8d46d53 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="#">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..6f6f58a 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="#">Select without items</a> >+ | <a id="selectnotreserved" href="#">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="#">Clear used authorities</a> > </div> > <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post"> > <table id="authorities" class="records"> >-- >2.1.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