Bugzilla – Attachment 36998 Details for
Bug 13856
Hard to translate strings on patron search results page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13856: Hard to translate strings on patron search results page
Bug-13856-Hard-to-translate-strings-on-patron-sear.patch (text/plain), 1.88 KB, created by
Jonathan Druart
on 2015-03-19 09:13:16 UTC
(
hide
)
Description:
Bug 13856: Hard to translate strings on patron search results page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-19 09:13:16 UTC
Size:
1.88 KB
patch
obsolete
>From 34c017ec4f3b4edda54c58e2551e9b2912475cda Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Tue, 17 Mar 2015 23:31:00 +0100 >Subject: [PATCH] Bug 13856: Hard to translate strings on patron search results > page > >'Add selected patrons to:' at the top of the patron search result >table is hard to translate correctly, because the 'to:' appears >as a separate string from the rest of the sentence. > >To test: >- Make sure patron lists are activated >- Do a patron search with more than 1 result >- Look for the text at the top of the search results table >- Verify it looks the same before and after the patch > >Bonus: >- run perl translate update <langcode> and verify the > 2 strings are now 1 string with the patch applied > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index ea90bfd..d481c60 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -336,8 +336,7 @@ function filterByFirstLetterSurname(letter) { > <a href="javascript:void(0)" onclick="$('.selection').prop('checked', false)">Clear all</a> > | > <span> >- Add selected patrons >- <label for="add_to_patron_list">to:</label> >+ <label for="add_to_patron_list">Add selected patrons to:</label> > <select id="add_to_patron_list" name="add_to_patron_list"> > <option value=""></option> > [% IF patron_lists %] >-- >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 13856
:
36966
|
36993
| 36998