View | Details | Raw Unified | Return to bug 23078
Collapse All | Expand All

(-)a/C4/Auth.pm (-2 lines)
Lines 1237-1244 sub checkauth { Link Here
1237
    my $template_name = ( $type eq 'opac' ) ? 'opac-auth.tt' : 'auth.tt';
1237
    my $template_name = ( $type eq 'opac' ) ? 'opac-auth.tt' : 'auth.tt';
1238
    my $template = C4::Templates::gettemplate( $template_name, $type, $query );
1238
    my $template = C4::Templates::gettemplate( $template_name, $type, $query );
1239
    $template->param(
1239
    $template->param(
1240
        OpacAdditionalStylesheet                   => C4::Context->preference("OpacAdditionalStylesheet"),
1241
        opaclayoutstylesheet                  => C4::Context->preference("opaclayoutstylesheet"),
1242
        login                                 => 1,
1240
        login                                 => 1,
1243
        INPUTS                                => \@inputs,
1241
        INPUTS                                => \@inputs,
1244
        script_name                           => get_script_name(),
1242
        script_name                           => get_script_name(),
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-2 / +2 lines)
Lines 1-4 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Asset %]
3
[% USE Asset %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
Lines 9-15 Link Here
9
 [% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %]
10
 [% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %]
10
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
11
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
11
[% Asset.css("css/sco.css") | $raw %]
12
[% Asset.css("css/sco.css") | $raw %]
12
[% IF ( OPACUserCSS ) %]<style>[% OPACUserCSS | $raw %]</style>[% END %]
13
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
13
[% IF ( SCOUserCSS ) %]<style>[% SCOUserCSS | $raw %]</style>[% END %]
14
[% IF ( SCOUserCSS ) %]<style>[% SCOUserCSS | $raw %]</style>[% END %]
14
<!--[if lt IE 9]>
15
<!--[if lt IE 9]>
15
    <script src="[% interface | html %]/[% theme | html %]/lib/respond.min.js"></script>
16
    <script src="[% interface | html %]/[% theme | html %]/lib/respond.min.js"></script>
16
- 

Return to bug 23078