Bugzilla – Attachment 52698 Details for
Bug 16801
Include Font Awesome Icons to check/unchek all in Administration > Library transfer limits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
16801: Include Font Awesome Incons to check/unchek all in Administration > Library transfer limits
16801-Include-Font-Awesome-Incons-to-checkunchek-a.patch (text/plain), 2.53 KB, created by
Héctor Eduardo Castro Avalos
on 2016-06-22 17:13:57 UTC
(
hide
)
Description:
16801: Include Font Awesome Incons to check/unchek all in Administration > Library transfer limits
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-06-22 17:13:57 UTC
Size:
2.53 KB
patch
obsolete
>From 379caded15a48c2a3690498644afab71c898c009 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Wed, 22 Jun 2016 11:11:03 -0600 >Subject: [PATCH] 16801: Include Font Awesome Incons to check/unchek all in > Administration > Library transfer limits > >For purpose to uniformity and leave just one entry in .po files, >this patch change: Check all/Uncheck all -> to -> Select all/Clear all. >Also added Font Awesome icons. > >To test: >-Go to Administration > Library transfer limits >-Notice about Check all/Uncheck all for "For all items types" and > "Policy for:" >-Apply patch and refresh the screen >-Notice about the new Select all/Clear all links with their icons >-Confirm that all links work as expected >--- > .../intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt >index 1515a6f..94b0753 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt >@@ -69,7 +69,7 @@ > </form> > > <p class="help">Check the boxes for the libraries you accept to checkin items from.</p> >-<fieldset>[% IF ( limitType == 'ccode' ) %]<strong>For all collection codes: </strong>[% ELSE %]<strong>For all item types: </strong>[% END %]<a id="CheckAll" href="#">Check all</a> | <a id="UncheckAll" href="#">Uncheck all</a></fieldset> >+<fieldset>[% IF ( limitType == 'ccode' ) %]<strong>For all collection codes: </strong>[% ELSE %]<strong>For all item types: </strong>[% END %]<a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll" href="#"><i class="fa fa-remove"></i> Clear all</a></fieldset> > > > <div id="transferlimit_tabs" class="toptabs"> >@@ -82,7 +82,7 @@ > [% FOREACH codes_loo IN codes_loop %] > <div id="[% codes_loo.code %]set"> > <h4>Policy for [% codes_loo.limit_phrase %]: [% codes_loo.code %]</h4> >- <p><a id="CheckAll[% codes_loo.code %]table" class="checkall" href="#">Check all</a> | <a id="UncheckAll[% codes_loo.code %]table" class="uncheckall" href="#">Uncheck all</a></p> >+ <p><a id="CheckAll[% codes_loo.code %]table" class="checkall" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code %]table" class="uncheckall" href="#"><i class="fa fa-remove"></i> Clear all</a></p> > > <table id="[% codes_loo.code %]table" class="sorted"> > <thead> >-- >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 16801
:
52698
|
52702
|
52857