From f3cf7c0de60d6256c7e3e0579082a622c74edf4c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 22 Apr 2024 16:05:50 +0000 Subject: [PATCH] Bug 36671: (follow-up) Add markup comments This patch adds comments to the template to highlight the markup structure. This patch should have no effect on the page's appearance or functionality. Signed-off-by: Lucas Gass Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- .../prog/en/modules/circ/branchtransfers.tt | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt index 1edbef4640..d48f85d5b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ -108,7 +108,7 @@ - [% END %] + [% END # /IF reserved %] Ignore and return to transfers: @@ -126,7 +126,7 @@ - [% ELSE %] + [% ELSE # /IF found %] [% IF ( reqmessage ) %]
    @@ -171,10 +171,10 @@ [% errmsgloo.patron.firstname | html %] [% errmsgloo.patron.surname | html %] ([% errmsgloo.patron.cardnumber | html %]) and has been returned. [% END %] - [% END %] + [% END # /FOREACH errmsgloo %]
-
- [% END %] + + [% END # /errmsgloop %]
@@ -200,8 +200,8 @@ [% END %] -
-
+ + [% IF ( trsfitemloop ) %]
@@ -233,11 +233,11 @@ [% Branches.GetName( trsfitemloo.frombrcd ) | html %] [% Branches.GetName( trsfitemloo.tobrcd ) | html %] - [% END %] + [% END # /FOREACH trsfitemloo %]
- [% END %] - [% END %] + [% END # /IF trsfitemloop%] + [% END # /IF found %] -- 2.39.5