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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-1 / +7 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% PROCESS 'i18n.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Self checkout help &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
7
<title>Self checkout help &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
7
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Lines 12-19 Link Here
12
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('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
<script>
15
<script>
16
    var Koha = {};
15
    function _(s) { return s } // dummy function for gettext
17
    function _(s) { return s } // dummy function for gettext
16
</script>
18
</script>
19
[% IF lang && lang != 'en' %]
20
    [% Asset.js(lang _ '/js/locale_data.js') | $raw %]
21
[% END %]
22
[% Asset.js('js/Gettext.js') | $raw %]
23
[% Asset.js('js/i18n.js') | $raw %]
17
</head>
24
</head>
18
<body id="sco_help" class="sco">
25
<body id="sco_help" class="sco">
19
    [% INCLUDE 'masthead-sco.inc' %]
26
    [% INCLUDE 'masthead-sco.inc' %]
20
- 

Return to bug 32701