Bugzilla – Attachment 45671 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]
[SIGNED-OFF]Bug 15363: Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy
SIGNED-OFFBug-15363-Translatability-Fix-issue-with.patch (text/plain), 1.83 KB, created by
Héctor Eduardo Castro Avalos
on 2015-12-14 16:13:15 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15363: Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-12-14 16:13:15 UTC
Size:
1.83 KB
patch
obsolete
>From 6cf0996e775bdd545284c937701535607d9728b9 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] [SIGNED-OFF]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 >--- > .../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..4c17862 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><strong>[% IF ( limitType == 'ccode' ) %]For all collection codes: [% ELSE %]For all item types: [% END %]</strong><a id="CheckAll" href="#">Check all</a> | <a id="UncheckAll" href="#">Uncheck all</a></fieldset> > > > <div id="transferlimit_tabs" class="toptabs"> >-- >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 15363
:
45616
|
45671
|
45819
|
45827
|
46032