Bug 22087: Add missing filters
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
07d00ee029
commit
80077c44f9
1 changed files with 4 additions and 4 deletions
|
@ -45,8 +45,8 @@
|
|||
[%~ END ~%]
|
||||
[%~ IF ( patron.city ) ~%]
|
||||
<li class="patroncity">
|
||||
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%][% line_break %][%~ patron.state | html ~%][%~ END ~%]
|
||||
[%~ IF ( patron.country ) ~%][% line_break %][%~ patron.country | html ~%][%~ END ~%]
|
||||
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%][% line_break | html %][%~ patron.state | html ~%][%~ END ~%]
|
||||
[%~ IF ( patron.country ) ~%][% line_break | html %][%~ patron.country | html ~%][%~ END ~%]
|
||||
</li>
|
||||
[%~ END ~%]
|
||||
[%~ END ~%]
|
||||
|
@ -69,8 +69,8 @@
|
|||
[%~ END ~%]
|
||||
[%~ IF ( patron.city ) ~%]
|
||||
<li class="patroncity">
|
||||
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%][% line_break %][%~ patron.state | html ~%][%~ END ~%]
|
||||
[%~ IF ( patron.country ) ~%][% line_break %][%~ patron.country | html ~%][%~ END ~%]
|
||||
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%][% line_break | html %][%~ patron.state | html ~%][%~ END ~%]
|
||||
[%~ IF ( patron.country ) ~%][% line_break | html %][%~ patron.country | html ~%][%~ END ~%]
|
||||
</li>
|
||||
[%~ END ~%]
|
||||
[%~ END ~%]
|
||||
|
|
Loading…
Reference in a new issue