Bugzilla – Attachment 45616 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-ambiguo.patch (text/plain), 1.90 KB, created by
Marc Véron
on 2015-12-13 11:06:02 UTC
(
hide
)
Description:
Bug 15363 - Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-12-13 11:06:02 UTC
Size:
1.90 KB
patch
obsolete
>From 8c9532145f34baed96b032025b71e43cf3e3c766 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] =?UTF-8?q?Bug=2015363=20-=20Translatability:=20Fix=20issue=20?= > =?UTF-8?q?with=20ambiguous=20'all'=20on=20Administration=20=E2=80=BA=20Set=20?= > =?UTF-8?q?library=20checkin=20and=20transfer=20policy?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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') >--- > .../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