From 10b503f8f81a0408847040d4f745a25a86d05fd4 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 22 Apr 2025 13:53:51 +0000 Subject: [PATCH] Bug 39697: Add left spacing to form Test plan, before applying patches: 1) Enable ILLModule and ILLOpacUnauthenticatedRequest 2) Log out, or open a new browser session 3) Create an OPAC unauthenticated request: http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard 4) Notice the form is aligned to the left 5) Apply patch. Repeat --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt index f055a794c98..a2b69dcfae3 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt @@ -64,6 +64,8 @@
+ [% ELSIF ( unauthenticated_ill ) %] +
[% END %] [% SET column_class = "col order-first order-md-first order-lg-2" %] -- 2.39.5