Bugzilla – Attachment 173984 Details for
Bug 38359
ILL UI pages offset no longer works after Bootstrap 5 upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38359: Update css class
Bug-38359-Update-css-class.patch (text/plain), 1.43 KB, created by
Pedro Amorim
on 2024-11-05 15:18:09 UTC
(
hide
)
Description:
Bug 38359: Update css class
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-05 15:18:09 UTC
Size:
1.43 KB
patch
obsolete
>From 680a120bf4dcde399da68c4ab2d9eed711d404a5 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 5 Nov 2024 15:15:46 +0000 >Subject: [PATCH] Bug 38359: Update css class > >col-sm-offset-* no longer exists in bootstrap 5 and we should use offset-sm-* instead > >Test plan: >1) Enable ILLModule sys pref >2) Attempt to create a new ILL request: >http://localhost:8081/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard >3) Notice there is no left offset (as was before bug 35402 >4) After creating the request, see the detail page: >http://localhost:8081/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=1 >5) Verify same issue happens here. >6) Apply patch. Repeat test plan. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 23c6e7424f..2012d2469c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -120,7 +120,7 @@ > <main> > [% INCLUDE 'messages.inc' %] > [% ELSE %] >- <div class="col-sm-10 col-sm-offset-2"> >+ <div class="col-sm-10 offset-sm-2"> > <main> > [% INCLUDE 'messages.inc' %] > [% END %] >-- >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 38359
:
173983
|
173984
|
174053
|
174100