From a3639e031d45961f16df290a2581b108f7463f2f 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. --- .../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 87d419ec963..95524484e42 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