From 2ffe7d5d2621398d10885727fb87469189522afa Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Fri, 24 Jan 2025 12:04:14 +0100 Subject: [PATCH] Bug 37918: Correct usage --- koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc | 2 +- .../intranet-tmpl/prog/en/modules/circ/branchoverdues.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 2 +- .../intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- .../intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc index 3a58e4768d..b5be84a35a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc @@ -56,7 +56,7 @@ [% INCLUDE 'patron-title.inc' patron=reserveloo.borrower invert_name=1 no_title=1 %] [% IF ( reserveloo.borrower.phone ) %]
[% reserveloo.borrower.phone | html %][% END %] [% IF ( reserveloo.borrower.notice_email_address ) %] -
+
[% reserveloo.borrower.notice_email_address | html %]
[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt index 9d57e3309b..d74ade50fe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt @@ -74,7 +74,7 @@ [% overduesloo.borrowersurname | html %], [% overduesloo.borrowerfirstname | html %]
[% overduesloo.cardnumber | html %]
[% overduesloo.borrowerphone | html %]
- [% IF ( overduesloo.borroweremail ) %] + [% IF ( overduesloo.borroweremail ) %] [% overduesloo.borroweremail | html %][% END %] [% Branches.GetName( overduesloo.homebranch ) | html %] [% overduesloo.itemcallnumber | html %] @@ -115,7 +115,7 @@

[% todayoverduesloo.borrowersurname | html %]   [% todayoverduesloo.borrowerfirstname | html %]
[% todayoverduesloo.cardnumber | html %]

[% todayoverduesloo.borrowerphone | html %]
- [% IF ( todayoverduesloo.borroweremail ) %] + [% IF ( todayoverduesloo.borroweremail ) %] [% todayoverduesloo.borroweremail | html %][% END %]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt index 0163da8d27..24697e87fe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt @@ -112,7 +112,7 @@ [% INCLUDE 'patron-title.inc' patron=overdueloo.patron hide_patron_infos_if_needed=1 %] [% IF logged_in_user.can_see_patron_infos( overdueloo.patron ) %] - [% IF ( overdueloo.email ) %][email][% END %] + [% IF ( overdueloo.email ) %][email][% END %] [% IF ( overdueloo.phone ) %]([% overdueloo.phone | html %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile | html %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro | html %])[% END %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt index 15b0db4c3e..f2d274a13f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt @@ -82,7 +82,7 @@ [% IF ( reser.patron.notice_email_address ) %]
[% BLOCK subject %]Hold:[% END %] - + [% reser.patron.notice_email_address | html %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt index f2f399cb7b..5620418026 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt @@ -234,7 +234,7 @@

[% itemsloo.patron.phone | html %]

[% IF itemsloo.patron.notice_email_address %]

- + [% itemsloo.patron.notice_email_address | html %]

[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt index d8eb946961..eec8c17eca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt @@ -75,7 +75,7 @@ [% recall.patron.firstname | html %] [% recall.patron.surname | html %] [% IF ( recall.patron.phone ) %]
[% recall.patron.phone | html %][% END %] - [% IF ( recall.patron.email ) %]
[% recall.patron.email | html %][% END %] + [% IF ( recall.patron.email ) %]
[% recall.patron.email | html %][% END %] [% recall.library.branchname | html %] @@ -120,7 +120,7 @@ [% recall.patron.firstname | html %] [% recall.patron.surname | html %] [% IF ( recall.patron.phone ) %]
[% recall.patron.phone | html %][% END %] - [% IF ( recall.patron.email ) %]
[% recall.patron.email | html %][% END %] + [% IF ( recall.patron.email ) %]
[% recall.patron.email | html %][% END %] [% recall.library.branchname | html %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 759350d50b..1d069d9092 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1096,7 +1096,7 @@ [% CASE "linkedin" -%]
[% CASE "email" -%] -
+
[% END # /SWITCH network -%] [% END # /FOREACH network %] -- 2.48.1