Bugzilla – Attachment 181263 Details for
Bug 39697
ILL OPAC unauthenticated form is not centered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39697: Add left spacing to form
Bug-39697-Add-left-spacing-to-form.patch (text/plain), 1.31 KB, created by
Pedro Amorim
on 2025-04-22 13:56:39 UTC
(
hide
)
Description:
Bug 39697: Add left spacing to form
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-04-22 13:56:39 UTC
Size:
1.31 KB
patch
obsolete
>From 10b503f8f81a0408847040d4f745a25a86d05fd4 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >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 @@ > <div class="col-lg-2"> > <div id="navigation"> [% INCLUDE 'navigation.inc' IsPatronPage=1 %] </div> > </div> >+ [% ELSIF ( unauthenticated_ill ) %] >+ <div class="col-lg-2"></div> > [% END %] > > [% SET column_class = "col order-first order-md-first order-lg-2" %] >-- >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 39697
: 181263