Bugzilla – Attachment 191718 Details for
Bug 21266
Missing doc-head-close and cssinclude in sco-main.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21266: (follow-up) Fix inclusion of SCOUserCSS
Bug-21266-follow-up-Fix-inclusion-of-SCOUserCSS.patch (text/plain), 1.83 KB, created by
Owen Leonard
on 2026-01-20 18:23:47 UTC
(
hide
)
Description:
Bug 21266: (follow-up) Fix inclusion of SCOUserCSS
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-20 18:23:47 UTC
Size:
1.83 KB
patch
obsolete
>From 0f038b91e3374b74b4a00971f24d56ad520a0996 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 20 Jan 2026 13:22:22 -0500 >Subject: [PATCH] Bug 21266: (follow-up) Fix inclusion of SCOUserCSS > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >index f392d2d53c8..13437bf7980 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >@@ -10,12 +10,12 @@ > [% INCLUDE 'doc-head-close.inc' %] > [% BLOCK cssinclude %] > [% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %] >+ [% Asset.css("css/sco.css") | $raw %] > [% IF ( SCOUserCSS ) %] > <!-- SCOUserCSS --> > <!-- prettier-ignore-start --> > <style>[% SCOUserCSS | $raw %]</style> > <!-- prettier-ignore-end --> >- [% Asset.css("css/sco.css") | $raw %] > [% END %] > [% END %]] > </head> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index 83a67b13765..0b5fa246934 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -14,12 +14,12 @@ > [% INCLUDE 'doc-head-close.inc' %] > [% BLOCK cssinclude %] > [% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %] >+ [% Asset.css("css/sco.css") | $raw %] > [% IF ( SCOUserCSS ) %] > <!-- prettier-ignore-start --> > <!-- SCOUserCSS --> > <style>[% SCOUserCSS | $raw %]</style> > <!-- prettier-ignore-end --> >- [% Asset.css("css/sco.css") | $raw %] > [% END %] > [% END %] > </head> >-- >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 21266
:
78103
|
84860
|
85201
|
85202
|
117217
|
117218
|
117219
|
132276
|
132277
|
132278
|
188485
|
191717
| 191718