Bugzilla – Attachment 45827 Details for
Bug 15363
Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15363: Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy
Bug-15363-Translatability-Fix-issue-with-ambiguous.patch (text/plain), 1.98 KB, created by
Jonathan Druart
on 2015-12-18 14:09:31 UTC
(
hide
)
Description:
Bug 15363: Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-18 14:09:31 UTC
Size:
1.98 KB
patch
obsolete
>From 11cfdfffc2ea787a9d37dd557e15c88a863428ce Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 13 Dec 2015 11:58:52 +0100 >Subject: [PATCH] Bug 15363: Translatability: Fix issue with ambiguous 'all' on > Administration > Set library checkin and transfer policy > >In branch_transfer_limits.tt, set ambiguous word 'all' (separated by tags) into a >translatable context. > >To test: >Apply patch >- Go to Home > Administration > Set library checkin and transfer policy >- Verify that the word 'all' is no longer separated by tags > in "For all collection codes: " rsp. "For all item types: " > (Switch with syspref 'BranchTransfersLimitsType') > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works well for translation purpose > >Bug 15363: (followup) Move tags inside if statements > >Followup for comment #3 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 375152c..1a335a2 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 >@@ -70,7 +70,7 @@ > </form> > > <p class="help">Check the boxes for the libraries you accept to checkin items from.</p> >-<fieldset>For <strong>all</strong> [% IF ( limitType == 'ccode' ) %]collection codes[% ELSE %]item types[% 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="#">Check all</a> | <a id="UncheckAll" href="#">Uncheck all</a></fieldset> > > > <div id="transferlimit_tabs" class="toptabs"> >-- >2.1.0
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 15363
:
45616
|
45671
|
45819
|
45827
|
46032