Bugzilla – Attachment 45533 Details for
Bug 15340
Translatability: fix issue with 'or choose' splitted by <strong tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15340: Translatability: fix issue with 'or choose' splitted by <strong> tag
Bug-15340-Translatability-fix-issue-with-or-choose.patch (text/plain), 2.72 KB, created by
Marc Véron
on 2015-12-09 15:17:09 UTC
(
hide
)
Description:
Bug 15340: Translatability: fix issue with 'or choose' splitted by <strong> tag
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-12-09 15:17:09 UTC
Size:
2.72 KB
patch
obsolete
>From bc14dec7394f012bc0043ac357b2027bdbd61c78 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 9 Dec 2015 16:10:10 +0100 >Subject: [PATCH] Bug 15340: Translatability: fix issue with 'or choose' > splitted by <strong> tag >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch fixes a translatability issue due to <trong> tags. > >To verify: >- Make sure that you have some entries in 'Cities and Towns' > ( Home > Administration > Cities ) >- Edit the main address of a patron's details >- Locate field "City", at the right you have the text 'or choose' > followed by a drop-down ('choose' is bold) >- change language e.g. to German, the text reads 'or auswählen' > (instead of 'oder auswählen') >- This is due to the <strong> tags around 'choose' > >To test: >- Apply patch >- Verify that the <strong> tags around 'choose' are removed in: > koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc > koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc >--- > .../intranet-tmpl/prog/en/includes/member-main-address-style-de.inc | 2 +- > .../intranet-tmpl/prog/en/includes/member-main-address-style-us.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc >index 96dbdde..faea6e4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-de.inc >@@ -80,7 +80,7 @@ > [% END %] > City: </label> > <input type="text" id="city" name="city" size="20" value="[% city %]" /> >- [% IF ( city_cgipopup ) %]or <strong>choose</strong> >+ [% IF ( city_cgipopup ) %]or choose > <select id="select_city" name="select_city"> > [% FOREACH city_loo IN city_loop %] > [% IF ( city_loo.selected ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc >index 3b9a079..01ef67f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style-us.inc >@@ -68,7 +68,7 @@ > [% END %] > City: </label> > <input type="text" id="city" name="city" size="20" value="[% city %]" /> >- [% IF ( city_cgipopup ) %]or <strong>choose</strong> >+ [% IF ( city_cgipopup ) %]or choose > <select id="select_city" name="select_city"> > [% FOREACH city_loo IN city_loop %] > [% IF ( city_loo.selected ) %] >-- >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 15340
:
45533
|
45534
|
45595