Bugzilla – Attachment 128149 Details for
Bug 29580
Misplaced closing 'td' tag in overdue.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29580: Fix missing end tag in circ/overdue.tt
Bug-29580-Fix-missing-end-tag-in-circoverduett.patch (text/plain), 2.17 KB, created by
Jonathan Druart
on 2021-12-02 10:15:31 UTC
(
hide
)
Description:
Bug 29580: Fix missing end tag in circ/overdue.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-12-02 10:15:31 UTC
Size:
2.17 KB
patch
obsolete
>From ea594dad2615d6f518e209b65f140198095a2de9 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 26 Nov 2021 15:40:03 -1000 >Subject: [PATCH] Bug 29580: Fix missing end tag in circ/overdue.tt > >In circ/overdue.tt there is a end tag </td> inside a IF condition. >I should be outside. > >Test plan : >Check HTML in overdue page with and without seeing patrons infos from other >branches > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >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 36620b75208..34df3aedecc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >@@ -103,8 +103,9 @@ > [% 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 ) %][<a href="mailto:[% overdueloo.email | uri %]?subject=[% INCLUDE subject %] [% overdueloo.title | uri %]">email</a>][% END %] >- [% IF ( overdueloo.phone ) %]([% overdueloo.phone | html %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile | html %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro | html %])[% END %]</td> >+ [% IF ( overdueloo.phone ) %]([% overdueloo.phone | html %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile | html %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro | html %])[% END %] > [% END %] >+ </td> > <td>[% Categories.GetName( overdueloo.patron.categorycode ) | html %]</td> > <td>[% Branches.GetName( overdueloo.patron.branchcode ) | html %]</td> > <td>[% INCLUDE 'biblio-title.inc' biblio=overdueloo link = 1 %] [% IF ( overdueloo.author ) %], by [% overdueloo.author | html %][% END %][% IF ( overdueloo.enumchron ) %], [% overdueloo.enumchron | html %][% END %]</td> >-- >2.25.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 29580
:
128052
|
128056
| 128149