Bugzilla – Attachment 52554 Details for
Bug 16772
Change label from 'For:' to 'Library:' to ease translation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16772 - Change label from 'For:' to 'Library:' to ease translation
Bug-16772---Change-label-from-For-to-Library-to-ea.patch (text/plain), 1.91 KB, created by
Marc Véron
on 2016-06-19 17:27:02 UTC
(
hide
)
Description:
Bug 16772 - Change label from 'For:' to 'Library:' to ease translation
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-06-19 17:27:02 UTC
Size:
1.91 KB
patch
obsolete
>From 55a1959a73d9d4cf4dcbda910ad8fde9e5ce2700 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 19 Jun 2016 18:10:06 +0200 >Subject: [PATCH] Bug 16772 - Change label from 'For:' to 'Library:' to ease > translation > >This patch changes the label from "For:" to "Library:" in the >acquisition information filter on the suggestions page in staff client. > >To test: >- Apply patch >- Go to Home > Acquisitions > Suggestions management >- Verify that label reads as appropriate (in filter > Acquisition information) >--- > koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index fd4f474..e7b5e1f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -785,7 +785,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o > [% IF ( budgetid_loo.selected ) %] <option value="[% budgetid_loo.code %]" selected="selected">[% budgetid_loo.desc %]</option>[% ELSE %]<option value="[% budgetid_loo.code %]">[% budgetid_loo.desc %]</option>[% END %] > [% END %] > </select></li> >- <li><label for="branchcode"> For:</label> >+ <li><label for="branchcode">Library:</label> > <select name="branchcode" id="branchcode"> > <option value="__ANY__">Any</option>[% FOREACH branchloo IN branchloop %] > [% IF ( branchloo.selected ) %] <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %] <option value="[% branchloo.value %]">[% branchloo.branchname %]</option>[% END %] >-- >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 16772
:
52554
|
52582
|
52649