From 1ae5a025224b84be73ad6da13af6e9d54c7beba5 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 12 Feb 2025 18:24:08 +0000 Subject: [PATCH] Bug 36135: Fix some markup errors --- .../prog/en/modules/tools/batch_modify_holds.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt index c1b7d937f9b..52ba977a269 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt @@ -14,11 +14,10 @@ - [% WRAPPER 'header.inc' %] +[% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% INCLUDE modals/batch_modify_hold_errors.inc %] [% END %] - [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] @@ -102,7 +101,7 @@ [% ELSIF view == 'list' %]
- [% INCLUDE 'csrf-token.inc' %] + [% INCLUDE 'csrf-token.inc' %] [% IF holds.count %]

Found [% holds.count | html %][% IF holds.count > 1 %] holds [% ELSE %] hold [% END %]to modify.

@@ -249,6 +248,7 @@
+ [% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'calendar.inc' %] -- 2.39.5