Bugzilla – Attachment 119320 Details for
Bug 28021
OPAC detail page contains incorrect Bootstrap classes (20.05.x)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28021: Fix Bootstrap classes
Bug-28021-Fix-Bootstrap-classes.patch (text/plain), 1.31 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-04-08 11:47:44 UTC
(
hide
)
Description:
Bug 28021: Fix Bootstrap classes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-04-08 11:47:44 UTC
Size:
1.31 KB
patch
obsolete
>From 671f6b109e55f4bb508c332d88ec71f4ec47ae14 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 22 Mar 2021 22:38:54 +0000 >Subject: [PATCH] Bug 28021: Fix Bootstrap classes > >To test: >-be on 20.05.x >-go to any OPAC detail page >-the maincontent stretchs across the entire page >-the action buttons (place hold, save to lists, print, ect) are pushed to the bottom of the page >-apply patch and reload page >-things are better > >Signed-off-by: Amit Gupta <amitddng135@gmail.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index feb13ca29e5..418baf2fc7e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -48,8 +48,8 @@ > </ul> > > <div class="container-fluid"> >- <div class="row"> >- <div class="col-lg-9"> >+ <div class="row-fluid"> >+ <div class="span9"> > <div id="catalogue_detail_biblio" class="maincontent" data-biblionumber="[% biblio.biblionumber | html %]"> > > <div id="bookcover"> >-- >2.31.1
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 28021
:
118629
|
118634
|
118635
| 119320