From 7cce32a6ae97e43992cddbca0ae0334afb77a438 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 9 Jun 2022 18:30:10 +0000 Subject: [PATCH] Bug 30936: (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: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 04d43d4f213641f6fbdb595b636c94ff313907fd) Signed-off-by: Lucas Gass --- .../prog/en/modules/authorities/detail.tt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt index 550046cf69..bbc1cc892b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt @@ -92,10 +92,10 @@ [% IF (innerloo.tag_desc) %] - [% innerloo.tag_desc | html %] [% END %] - + [% ELSE %]
- [% END %] + [% END # /IF ( innerloo.tag_number ) %] [% FOREACH subfiel IN innerloo.subfield %]
@@ -115,16 +115,16 @@
- [% END %] - - [% END %] - - [% END %] + [% END #/FOREACH subfiel %] + + [% END # /FOREACH innerloo %] + + [% END # /FOREACH BIG_LOO %] - - [% END %] - - + + [% END # /IF ( unknownauthid ) %] + + [% MACRO jsinclude BLOCK %] [% INCLUDE 'authorities_js.inc' %] @@ -163,7 +163,7 @@ e.preventDefault(); document.location.href = data.node.a_attr.href; }); - [% END %] + [% END # /IF ( displayhierarchy ) %] }); [% END %] -- 2.39.2