From 5a168f31e18f895f01bdc9e46129d93a737db4b6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 22 Apr 2024 16:05:50 +0000 Subject: [PATCH 2/2] 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. --- .../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 ) %]
-
- [% 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.2