From 42561279297366732916903f656a9bcfa37ebe4f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Mar 2024 15:06:08 +0000 Subject: [PATCH] Bug 35895: (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: David Nind Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer --- .../prog/en/modules/tags/review.tt | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt index 5c87bcced6..e6114cfb5b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -102,7 +102,7 @@ [% END %] [% op_count | html %] Term(s). - [% END %] + [% END # /IF op_count %] [% IF ( message_loop ) %]
[% FOREACH message_loo IN message_loop %] @@ -118,7 +118,7 @@ [% END %] [% END %]
- [% END %] + [% END # /IF message_loop %] [% IF ( pagination_bar ) %]
[% pagination_bar | $raw %] @@ -199,14 +199,14 @@ [% UNLESS ( filter_approved_pending ) %]   [% END %] - [% END %] + [% END # /IF ( tagloo.approved ) %] [% tagloo.date_approved | $KohaDates %] - [% END %] + [% END # /FOREACH tagloo %] - +
[% END %] [% IF ( tagloop ) %] @@ -216,7 +216,7 @@ [% END %] - +
-
+
-
- + + - - + + [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] -- 2.39.5