Bugzilla – Attachment 170715 Details for
Bug 35402
Update the OPAC and staff interface to Bootstrap 5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35402: (follow-up) Reintroduce bsBanner includes
Bug-35402-follow-up-Reintroduce-bsBanner-includes.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2024-08-26 12:21:37 UTC
(
hide
)
Description:
Bug 35402: (follow-up) Reintroduce bsBanner includes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-08-26 12:21:37 UTC
Size:
1.46 KB
patch
obsolete
>From c764154d539ecf61024d75d0fe0298ccf7ff3d87 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Mon, 26 Aug 2024 13:51:19 +0200 >Subject: [PATCH] Bug 35402: (follow-up) Reintroduce bsBanner includes > >I initially removed this because it failed to build, but this issue seems to be resolved. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index c0939e417f2..0a19ded6112 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1,5 +1,6 @@ > @import "~bootstrap5/scss/mixins/_banner"; > @import "~bootstrap5/scss/mixins/_banner"; >+@include bsBanner(""); > > // scss-docs-start import-stack > @import "~bootstrap5/scss/_functions"; >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index e70db6adc86..898651216d8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -37,6 +37,7 @@ $high-contrast-grey: #666666; > } > > @import "~bootstrap5/scss/mixins/_banner"; >+@include bsBanner(""); > > // scss-docs-start import-stack > // Configuration >-- >2.34.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 35402
:
170651
|
170709
|
170710
|
170711
|
170712
|
170714
| 170715 |
170716
|
170717
|
170745
|
170768
|
170877
|
170905
|
170962
|
170963
|
171176