From 6bd7dc4db14a26b30f7c986b4855b2dc9945933a 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. --- .../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.30.2