From fd0cc11326c6664e960d9b773154f06794b85be7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 21 Oct 2021 12:02:06 +0000 Subject: [PATCH] Bug 29299: (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/serials/serials-search.tt | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt index e1ba05436f..e33cf15fd1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt @@ -190,13 +190,13 @@ - [% END %] - + [% END # IF closed %] + - [% END %] - [% END %] + [% END # /UNLESS subscription.cannotdisplay %] + [% END # /FOREACH subscription %] @@ -220,7 +220,7 @@ - [% END %] + [% END # /BLOCK subscriptions_table %]
@@ -292,10 +292,11 @@
- + -
- [% END %] +
+ [% END # /UNLESS ( done_searched )%] + [% IF ( done_searched ) %] [% IF ( total ) %]
@@ -330,14 +331,14 @@
[% END %] - [% END %] - + [% END # /IF mana %] + [% ELSE %]

Your search returned no results.

- [% END %] - [% END %] + [% END # IF ( total ) %] + [% END # /IF done_searched %] @@ -421,11 +422,11 @@ - + - - [% END %] - [% END %] + + [% END # / UNLESS ( mana ) %] + [% END # / IF ( done_searched ) %] -- 2.20.1