Bugzilla – Attachment 102449 Details for
Bug 22087
Show city and state in patron search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22087: Add space between zipcode and country
Bug-22087-Add-space-between-zipcode-and-country.patch (text/plain), 2.30 KB, created by
Jonathan Druart
on 2020-04-06 14:34:38 UTC
(
hide
)
Description:
Bug 22087: Add space between zipcode and country
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-06 14:34:38 UTC
Size:
2.30 KB
patch
obsolete
>From 93637fdf64c00311ded63e65841ee5580dc70f55 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 6 Apr 2020 16:14:04 +0200 >Subject: [PATCH] Bug 22087: Add space between zipcode and country > >--- > .../prog/en/includes/member-display-address-style.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style.inc >index eed70063c1..6c99b0a1e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style.inc >@@ -23,7 +23,7 @@ > [%~ IF ( patron.city ) ~%] > <li class="patroncity"> > [%~ patron.city |html ~%][%~ IF ( patron.state ) ~%], [%~ patron.state |html ~%][%~ END ~%] >- [%~ patron.zipcode |html ~%][%~ IF ( patron.country ) ~%], [%~ patron.country |html ~%][%~ END ~%] >+ [%~ patron.zipcode |html ~%][%~ IF ( patron.country ) ~%], [% patron.country |html ~%][%~ END ~%] > </li> > [%~ END ~%] > [%~ END ~%] >@@ -43,7 +43,7 @@ > [%~ END ~%] > [%~ IF ( patron.city ) ~%] > <li class="patroncity"> >- [%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html ~%] [%~ END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%]</br>[%~ patron.state | html ~%][%~ END ~%] >+ [%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%]</br>[%~ patron.state | html ~%][%~ END ~%] > [%~ IF ( patron.country ) ~%]<br />[%~ patron.country | html ~%][%~ END ~%] > </li> > [%~ END ~%] >@@ -67,7 +67,7 @@ > [%~ END ~%] > [%~ IF ( patron.city ) ~%] > <li class="patroncity"> >- [%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html ~%] [%~ END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%]</br>[%~ patron.state | html ~%][%~ END ~%] >+ [%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%]</br>[%~ patron.state | html ~%][%~ END ~%] > [%~ IF ( patron.country ) ~%]<br />[%~ patron.country | html ~%][%~ END ~%] > </li> > [%~ END ~%] >-- >2.20.1
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 22087
:
102043
|
102064
|
102448
|
102449
|
102450
|
102451
|
102466
|
102482
|
102483
|
102484
|
102485
|
102486
|
102492
|
102505
|
102506
|
102507
|
107420
|
107421
|
107422
|
107423
|
107424
|
107425
|
107427
|
107428
|
107543
|
107544
|
107545
|
107546
|
107547
|
107548
|
107549