From f25fe32864cb6ce4f52c7b0c888ddba7df2d0d52 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 28 Mar 2022 14:38:51 +0000 Subject: [PATCH] Bug 30384: (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/acqui/addorderiso2709.tt | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index 1846d1a020..4baf5ff52e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -98,7 +98,7 @@ - + @@ -315,9 +315,9 @@ - [% END %] + [% END # /FOREACH item %] - + - - [% END %] - + + + + [% END # /FOREACH biblio %] +

Item information

@@ -386,12 +386,12 @@ [% END %] -
- - [% END %] + + + [% END #/FOREACH item %] - [% END %] - + [% END # /IF items %] +

Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):

@@ -434,7 +434,7 @@ - [% END %] + [% END #/IF close %]
  • @@ -454,15 +454,15 @@
  • - -
    - + + +
    Cancel
    - - [% ELSE %] + + [% ELSE # IF ( batch_details ) %]

    Choose the file to add to the basket

    @@ -506,11 +506,11 @@ Add orders - [% END %] + [% END # /FOREACH batch_lis %] -
    +
    - [% END %] + [% END # /IF ( batch_details ) %] [% # /div.col-sm-6 %] [% # /div.row %] -- 2.20.1