[Koha-bugs] [Bug 23078] Use Koha.Preference in OPAC global header include

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 6 09:39:59 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23078

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Owen,

can you explain why those 2 lines in Auth.pm are still needed with patches
applied?

OpacAdditionalStylesheet  =>
C4::Context->preference("OpacAdditionalStylesheet"),
opaclayoutstylesheet      => C4::Context->preference("opaclayoutstylesheet"),

Also found these:

koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt:<link rel="shortcut icon"
href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface |
html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt:<link rel="shortcut
icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][%
interface | html %]/[% theme | html %]/images/favicon.ico[% END %]"
type="image/x-icon" />
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt:[% IF (
Koha.Preference('OpacFavicon') ) %]

koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt:[% IF ( OPACUserCSS )
%]<style>[% OPACUserCSS | $raw %]</style>[% END %]
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt:[% IF (
Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') |
$raw %]</style>[% END %]

Can you please check?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list