From 6b194a9087ac7e2c817874bd386711b130b1c18c Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 29 Apr 2025 13:06:16 +0000 Subject: [PATCH] Bug 39774: Add id to wrapper This makes it so that the established styling (seen from request details page on OPAC, authenticated) is also applied here. To test, before applying patch: 1) Enabled ILLModule and ILLOpacUnauthenticatedRequest 2) Create an unauth OPAC request: logout and visit: http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?backend=Standard&op=add_form 3) Enter the required fields, select type = 'Chapter', add some metadata info such as 'Place of publication', 'Publisher' and others. 4) Notice how the 'Request details' table is rendered, 'Place of publication' and 'Publisher' and misaligned. Apply patch. Refresh. Signed-off-by: David Nind --- .../bootstrap/en/modules/opac-illrequests_unauthenticated.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt index 87d419ec96..95524484e4 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt @@ -42,7 +42,7 @@ [% column_class = "col-lg-10 order-first order-md-first order-lg-2" %] [% END %]
-
+

View interlibrary loan request

[% status = request.status %] -- 2.39.5