From 9b61e91c974127cd8d391405d2d75e7c8ea0ab8f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 14 Nov 2022 16:35:26 +0000 Subject: [PATCH] Bug 32193: (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/catalogue/moredetail.tt | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt index 053d8b9401..bfb6c4712d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt @@ -89,9 +89,9 @@ Show all items [% END %] - - - + + + [% IF ONLY_ONE || updated_exclude_from_local_holds_priority.defined %]
@@ -150,9 +150,9 @@ [% IF ITEM_DAT.materials %]
  • Materials specified: [% ITEM_DAT.materials | html %]
  • [% END %] - - - + + +

    @@ -314,9 +314,9 @@
  • Withdrawn on:[% ITEM_DAT.withdrawn_on | $KohaDates %]
  • [% END %] [% END %] - -

    - + + +

    Priority

    @@ -341,9 +341,9 @@ - -
    - + + +

    History

    @@ -466,11 +466,11 @@ [% ITEM_DAT.itemnotes_nonpublic | html %] [% END %] - -
    - - [% END %] - + + + + [% END # /FOREACH ITEM_DAT %] + -- 2.20.1