Bugzilla – Attachment 105277 Details for
Bug 25589
Legend label for editing alternative address is incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25589: Legend label for editing alternative address is incorrect
Bug-25589-Legend-label-for-editing-alternative-add.patch (text/plain), 3.05 KB, created by
David Roberts
on 2020-05-22 19:15:18 UTC
(
hide
)
Description:
Bug 25589: Legend label for editing alternative address is incorrect
Filename:
MIME Type:
Creator:
David Roberts
Created:
2020-05-22 19:15:18 UTC
Size:
3.05 KB
patch
obsolete
>From 91b16c266766533d49c9b8623f14aa9f1c35a9df Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >Date: Fri, 22 May 2020 19:10:07 +0000 >Subject: [PATCH] Bug 25589: Legend label for editing alternative address is > incorrect > >This patch changes the alt_contact_lgd text from "Alternate contact" to "Alternative contact". > >To test: > >1) View a patron record (members/moremebers.pl), and click on the edit button next to the Alternative contact block >2) This displays an edit screen for this address only. Check that the >legend reads "Alternate contact". >3) Install the patch >4) Check that this text now reads "Alternative contact" >5) Change the AddressFormat system preference and check that this change >is in all of the available languages (us, de and fr) >--- > .../intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc | 2 +- > .../intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc | 2 +- > .../intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc >index b760addb5a5..f2da1375203 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc >@@ -1,5 +1,5 @@ > <fieldset class="rows" id="memberentry_altaddress"> >- <legend id="alt_contact_lgd">Alternate contact</legend><ol> >+ <legend id="alt_contact_lgd">Alternative contact</legend><ol> > [% UNLESS noaltcontactsurname %] > <li> > [% IF ( mandatoryaltcontactsurname ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc >index 333f5a718e5..217f0b54877 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc >@@ -1,5 +1,5 @@ > <fieldset class="rows" id="memberentry_altaddress"> >- <legend id="alt_contact_lgd">Alternate contact</legend><ol> >+ <legend id="alt_contact_lgd">Alternative contact</legend><ol> > [% UNLESS noaltcontactsurname %] > <li> > [% IF ( mandatoryaltcontactsurname ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc >index 5191897f1fd..859e1533100 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc >@@ -1,5 +1,5 @@ > <fieldset class="rows" id="memberentry_altaddress"> >- <legend id="alt_contact_lgd">Alternate contact</legend><ol> >+ <legend id="alt_contact_lgd">Alternative contact</legend><ol> > [% UNLESS noaltcontactsurname %] > <li> > [% IF ( mandatoryaltcontactsurname ) %] >-- >2.11.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 25589
: 105277