From 60caebeed4638553633e9a890abf9789f8b583b2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 7 Nov 2025 13:16:31 +0100 Subject: [PATCH] Bug 41217: Add missing class on body tag for reserve/hold-group.tt It is a requirement to have id and class on the body tag. We had a test that was incorrectly removed (see bug 41216) Test plan: Confirm that now reserve/request.pl and reserve/hold-group.pl have the class "reserve" on the body tag. Note that reserve/request.pl previously had "catalog", that feels wrong, please let me know if you disagree with "reserve" Signed-off-by: Laura_Escamilla --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt index d0739a9b7a..860c7b976f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt @@ -2,7 +2,7 @@ Holds group ([% hold_group.id | html %]) › Holds › Circulation › Koha [% INCLUDE 'doc-head-close.inc' %] - +

Holds group ([% hold_group.id | html %])

[% holds = hold_group.holds %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 14868aaff4..feb0c2a789 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -121,7 +121,7 @@ [% END %] - + [% WRAPPER 'header.inc' %] [% INCLUDE 'circ-search.inc' %] -- 2.39.5