Bugzilla – Attachment 181654 Details for
Bug 39774
OPAC ILL Unauthenticated request details table not styled correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39774: Add id to wrapper
Bug-39774-Add-id-to-wrapper.patch (text/plain), 1.81 KB, created by
Pedro Amorim
on 2025-04-29 13:11:00 UTC
(
hide
)
Description:
Bug 39774: Add id to wrapper
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-04-29 13:11:00 UTC
Size:
1.81 KB
patch
obsolete
>From a3639e031d45961f16df290a2581b108f7463f2f Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >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 %] > <div class="[% column_class | html %]"> >- <div class="maincontent"> >+ <div id="illrequests" class="maincontent"> > <div class="alert alert-success" role="alert">Your request has been placed. We'll contact you shortly.</div> > <h1>View interlibrary loan request</h1> > [% status = request.status %] >-- >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 39774
:
181654
|
181664
|
181665
|
181667