Bugzilla – Attachment 189332 Details for
Bug 41217
Missing class on body tag for reserve/hold-group.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41217: Add missing class on body tag for reserve/hold-group.tt
Bug-41217-Add-missing-class-on-body-tag-for-reserv.patch (text/plain), 1.98 KB, created by
Laura Escamilla
on 2025-11-07 14:27:53 UTC
(
hide
)
Description:
Bug 41217: Add missing class on body tag for reserve/hold-group.tt
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-11-07 14:27:53 UTC
Size:
1.98 KB
patch
obsolete
>From 60caebeed4638553633e9a890abf9789f8b583b2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <laura.escamilla@bywatersolutions.com> >--- > 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 @@ > <title>Holds group ([% hold_group.id | html %]) › Holds › Circulation › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> >-<body id="hold-group"> >+<body id="hold-group" class="reserve"> > <h1>Holds group ([% hold_group.id | html %])</h1> > <div id="main"> > [% 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 %] > </head> > >-<body id="circ_request" class="catalog"> >+<body id="circ_request" class="reserve"> > > [% WRAPPER 'header.inc' %] > [% INCLUDE 'circ-search.inc' %] >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41217
:
189293
|
189315
| 189332