Bugzilla – Attachment 51718 Details for
Bug 16560
Translatability: Issues in opac-memberentry.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16560: Translatability: Issues with "The entered " in opac-memberentry.tt
Bug-16560-Translatability-Issues-with-The-entered-.patch (text/plain), 1.99 KB, created by
Marc Véron
on 2016-05-23 12:27:51 UTC
(
hide
)
Description:
Bug 16560: Translatability: Issues with "The entered " in opac-memberentry.tt
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-05-23 12:27:51 UTC
Size:
1.99 KB
patch
obsolete
>From 156c4a1f742aec28069164ab29a0d0ccaea5d756 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 23 May 2016 14:16:02 +0200 >Subject: [PATCH] Bug 16560: Translatability: Issues with "The entered " in > opac-memberentry.tt > >This patch fixes two splitted sentences to avoid translation issues: > >The entered <a href="#borrower_cardnumber">card number</a> is the wrong length. >The entered <a href="#borrower_cardnumber">card number</a> is already in use. > >To test: >Apply patch and verify that html in the 2 that are changed is correct and that >they are not splitted by a-tags. > >Note: I could not figure out under which conditions this code displays in > the OPAC self registration form. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 2dc63f5..d55796e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -73,9 +73,9 @@ > [% IF cardnumber_wrong_length || cardnumber_already_exists %] > <div class="alert alert-error"> > [% IF cardnumber_wrong_length %] >- <strong>The entered <a href="#borrower_cardnumber">card number</a> is the wrong length.</strong> >+ <a href="#borrower_cardnumber"><strong>The entered card number is the wrong length.</strong></a> > [% ELSIF cardnumber_already_exists %] >- <strong>The entered <a href="#borrower_cardnumber">card number</a> is already in use.</strong> >+ <a href="#borrower_cardnumber"><strong>The entered card number is already in use.</strong></a> > [% END %] > Please correct this and resubmit. > </div> >-- >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 16560
:
51718
|
51896
|
52245