From 821585f222f65e07722a3620cb5bcefa7d03dd27 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 16 Dec 2022 12:23:10 +0000 Subject: [PATCH] Bug 32482: (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. Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../prog/en/modules/circ/waitingreserves.tt | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index e8d2e551f7..10c0aa5fce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -72,7 +72,7 @@ - [% END %] + [% END # /IF messagetransfert%] [% IF ( waiting ) %]

This item is on hold for pick-up at your library

@@ -83,8 +83,8 @@
- [% END %] - [% END %] + [% END # /IF waiting %] + [% END # /FOREACH cancel_result %] [% ELSE %] [% IF enqueued %]
@@ -105,7 +105,7 @@ Holds with cancellation requests: [% cancel_reqs_count | html %] - +
[% IF ( reserveloop ) %] @@ -116,7 +116,7 @@ [% ELSE %]
No holds found.
[% END %] -
+
[% IF ( ReservesMaxPickUpDelay ) %]

Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.

@@ -141,18 +141,18 @@ [% INCLUDE waiting_holds.inc table_name='holdso' reserveloop=overloop tab='holdsover' %] [% ELSE %]
No holds found.
- [% END %] -
+ [% END # /IF( overloop ) %] +
[% IF cancel_reqs_count %] [% INCLUDE waiting_holds.inc select_column='1' table_name='holdscr' reserveloop=cancel_reqs tab='holdscr' %] [% ELSE %]
No holds found.
[% END %] -
- - - [% END %] + + + + [% END # /IF ( cancel_result ) %] [% IF Koha.Preference('CircSidebar') %] @@ -190,16 +190,16 @@ [% END %] [% END %] - - + + - - - + + + + [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] -- 2.30.2