Bugzilla – Attachment 52744 Details for
Bug 16803
Add Font Awesome Icons to "Select/Clear all" links to shelves.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16803: Add Font Awesome Icons to "Select/Clear all" links to shelves.tt
Bug-16803-Add-Font-Awesome-Icons-to-SelectClear-al.patch (text/plain), 1.72 KB, created by
Héctor Eduardo Castro Avalos
on 2016-06-23 16:39:36 UTC
(
hide
)
Description:
Bug 16803: Add Font Awesome Icons to "Select/Clear all" links to shelves.tt
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-06-23 16:39:36 UTC
Size:
1.72 KB
patch
obsolete
>From a31dcb3b4bf9d5f390358a5a31e71636fcd7594e Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Thu, 23 Jun 2016 10:35:24 -0600 >Subject: [PATCH] Bug 16803: Add Font Awesome Icons to "Select/Clear all" > links to shelves.tt > >Add Font Awesome Icons to "Select/Clear all" links to shelves.tt >(Public and private lists) > >To test: >-Apply patch >-Go to More -> Lists >-Create some Public and Private Lists >-See the contents of the list and notice about the new icons in > "Select/Clear all" >--- > koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >index 2efcdc1..9c667fe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -116,8 +116,8 @@ $(document).ready(function(){ > [% IF op == 'view' %] > $(document).ready(function(){ > [% IF ( itemsloop ) %]$('#searchheader').fixFloat();[% END %] >- $("span.clearall").html("<a id=\"CheckNone\" href=\"/cgi-bin/koha/shelves.pl\">"+_("Clear all")+"<\/a>"); >- $("span.checkall").html("<a id=\"CheckAll\" href=\"/cgi-bin/koha/shelves.pl\">"+_("Select all")+"<\/a>"); >+ $("span.clearall").html("<a id=\"CheckNone\" href=\"/cgi-bin/koha/shelves.pl\"><i class=\"fa fa-remove\"></i>"+_(" Clear all")+"<\/a>"); >+ $("span.checkall").html("<a id=\"CheckAll\" href=\"/cgi-bin/koha/shelves.pl\"><i class=\"fa fa-check\"></i>"+_(" Select all")+"<\/a>"); > $("#CheckAll").click(function(){ > $(".checkboxed").checkCheckboxes(); > return false; >-- >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 16803
:
52744
|
53049
|
53076