Bugzilla – Attachment 52621 Details for
Bug 16781
Add Font Awesome Icons to "Select/Clear all" links to modborrows.tt and result.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16781: Add Font Awesome Icons to "Select/Clear all" links to modborrows.tt and result.tt Add Font Awesome Icons to "Select/Clear all" links to: modborrows.tt (Batch patron modification) and result.tt (Search results)
Bug-16781-Add-Font-Awesome-Icons-to-SelectClear-al.patch (text/plain), 3.07 KB, created by
Héctor Eduardo Castro Avalos
on 2016-06-20 19:13:38 UTC
(
hide
)
Description:
Bug 16781: Add Font Awesome Icons to "Select/Clear all" links to modborrows.tt and result.tt Add Font Awesome Icons to "Select/Clear all" links to: modborrows.tt (Batch patron modification) and result.tt (Search results)
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-06-20 19:13:38 UTC
Size:
3.07 KB
patch
obsolete
>From d3316e67c405fb31f3fdf0faa55c2806c112220a Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Mon, 20 Jun 2016 13:12:22 -0600 >Subject: [PATCH] Bug 16781: Add Font Awesome Icons to "Select/Clear all" > links to modborrows.tt and result.tt Add Font Awesome Icons > to "Select/Clear all" links to: modborrows.tt (Batch patron > modification) and result.tt (Search results) > >To test: > >-Apply on top bugs 16469 and 16494 >-Goto Batch patron modification >-Create a new batch patron or select one patron list >-See the new icons for "Select all" and "Clear all" >-Do a search and see the new icons in Search results page >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index b1ed175..94e11af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -345,9 +345,9 @@ var holdForPatron = function () { > [% total %] result(s) found [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc |html %]'</span>[% END %][% IF limit_desc %] with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].<br /> > </h3> > <div id="selection_ops" class="cartlist" style="display:none"> >- <a href="#" id="select_all">Select all</a> >+ <a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a> > | >- <a href="#" id="clear_all">Clear all</a> >+ <a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a> > | > <a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a> > <a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >index 8d50d70..51775a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -216,7 +216,7 @@ > <form name="f" action="modborrowers.pl" method="post"> > <input type="hidden" name="op" value="do" /> > [% IF ( borrowers ) %] >- <div id="toolbar"><a id="selectallbutton" href="#">Select all</a> | <a id="clearallbutton" href="#">Clear all</a></div> >+ <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></div> > [% END %] > [% END %] > [% IF borrowers %] >-- >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 16781
:
52621
|
52622
|
52647
|
52821