Bugzilla – Attachment 170710 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.39 KB, created by
Paul Derscheid
on 2024-08-26 12:03:53 UTC
(
hide
)
Description:
Bug 35402: (follow-up) Reintroduce bsBanner includes
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-08-26 12:03:53 UTC
Size:
1.39 KB
patch
obsolete
>From 33a3a74b895827d46ff39ecdb1ed9ca1961c3e92 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. >--- > 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 c0939e417f..0a19ded611 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 e70db6adc8..898651216d 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.46.0
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