Bugzilla – Attachment 51953 Details for
Bug 16634
Translatability: Fix issue in memberentrygen.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16634: Translatability: Fix issue in memberentrygen.tt
Bug-16634-Translatability-Fix-issue-in-memberentry.patch (text/plain), 1.85 KB, created by
Marc Véron
on 2016-06-01 20:41:38 UTC
(
hide
)
Description:
Bug 16634: Translatability: Fix issue in memberentrygen.tt
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-06-01 20:41:38 UTC
Size:
1.85 KB
patch
obsolete
>From 2c91f52a17feae2ec3fe88edcc7cb8dbe9f8fe3e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 1 Jun 2016 22:28:51 +0200 >Subject: [PATCH] Bug 16634: Translatability: Fix issue in memberentrygen.tt > >This patch fixes a small translatability issue in >koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >The sentence following sentence was splitted by HTML tags: >"Attribute value xxxxx is already in use by another patron record." > >To test: >- Review code >- Apply patch >- In Admin, create a unique patron attribute type and try to give > two patrons the same value for this attribute type. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index aa1de3e..e9e60c9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -124,7 +124,7 @@ $(document).ready(function() { > <li id="ERROR_password_mismatch">Passwords do not match.</li> > [% END %] > [% IF ( ERROR_extended_unique_id_failed ) %] >- <li id="ERROR_extended_unique_id_failed"><strong>[% ERROR_extended_unique_id_failed_description %]</strong> attribute value <i>[% ERROR_extended_unique_id_failed_value %]</i> is already in use by another patron record.</li> >+ <li id="ERROR_extended_unique_id_failed"><strong>[% ERROR_extended_unique_id_failed_description %]:</strong> Attribute value "[% ERROR_extended_unique_id_failed_value %]" is already in use by another patron record.</li> > [% END %] > [% IF ERROR_bad_email %] > <li id="ERROR_bad_email">The primary email is invalid.</li> >-- >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 16634
:
51953
|
52006
|
52085