From c6fe727744aa7626153bc405b09cba7dfd28c76c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 9 Nov 2020 14:07:03 +0000 Subject: [PATCH] Bug 26795: (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. https://bugs.koha-community.org/show_bug.cgi?id=26975 --- .../prog/en/modules/authorities/authorities.tt | 102 ++++++++++----------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index 61904625f8..2e2684077a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -190,7 +190,7 @@ [% ELSE %] Adding authority [% authtypetext | html %] [% END %] - +
@@ -215,7 +215,7 @@
- [% END %] + [% END # /IF duplicateauthid %]
@@ -242,7 +242,7 @@ Cancel [% END %]
- +
+ + - + [% END %] [% END %] - - [% END %] - - -
- [% FOREACH hidden_loo IN hidden_loop %] - - - - - - [% END %] -
- - [% IF ( oldauthnumtagfield ) %] - - - - - - - - - - [% END %] - - - [% INCLUDE 'modals/cataloguing_create_av.inc' %] + + [% END %] + + +
+ [% FOREACH hidden_loo IN hidden_loop %] + + + + + + [% END %] +
- - - + [% IF ( oldauthnumtagfield ) %] + + + + + + + + + + [% END # /IF ( oldauthnumtagfield ) %] + + + [% INCLUDE 'modals/cataloguing_create_av.inc' %] + + + + [% INCLUDE 'intranet-bottom.inc' %] -- 2.11.0