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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-15 / +9 lines)
Lines 3-23 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout help</title>
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout help</title>
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
[% INCLUDE 'doc-head-close.inc' %]
7
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
7
[% BLOCK cssinclude %]
8
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
8
    [% IF ( OPACUserCSS ) %]<style>[% OPACUserCSS | $raw %]</style>[% END %]
9
 [% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %]
9
    [% IF ( SCOUserCSS ) %]<style>[% SCOUserCSS | $raw %]</style>[% END %]
10
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
10
    [% Asset.css("css/sco.css") | $raw %]
11
[% Asset.css("css/sco.css") | $raw %]
11
[% END %]
12
[% IF ( OPACUserCSS ) %]<style>[% OPACUserCSS | $raw %]</style>[% END %]
13
[% IF ( SCOUserCSS ) %]<style>[% SCOUserCSS | $raw %]</style>[% END %]
14
<!--[if lt IE 9]>
15
    <script src="[% interface | html %]/[% theme | html %]/lib/respond.min.js"></script>
16
<![endif]-->
17
<script>
18
    function _(s) { return s } // dummy function for gettext
19
</script>
20
[% Asset.js("lib/modernizr.min.js") | $raw %]
21
</head>
12
</head>
22
<body id="sco_help" class="sco">
13
<body id="sco_help" class="sco">
23
[% INCLUDE 'masthead-sco.inc' %]
14
[% INCLUDE 'masthead-sco.inc' %]
Lines 63-67 The Submit button only needs to be clicked if you enter the barcode manually.</p Link Here
63
54
64
[% INCLUDE 'opac-bottom.inc' %]
55
[% INCLUDE 'opac-bottom.inc' %]
65
[% BLOCK jsinclude %]
56
[% BLOCK jsinclude %]
57
<script>
58
    function _(s) { return s } // dummy function for gettext
59
</script>
66
[% IF ( SCOUserJS ) %]<script>[% SCOUserJS | $raw %]</script>[% END %]
60
[% IF ( SCOUserJS ) %]<script>[% SCOUserJS | $raw %]</script>[% END %]
67
[% END %]
61
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-17 / +7 lines)
Lines 6-28 Link Here
6
[% USE Price %]
6
[% USE Price %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout </title>
8
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout </title>
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
11
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
12
[% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %]
13
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
14
[% Asset.css("css/sco.css") | $raw %]
15
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
16
[% IF ( Koha.Preference('SCOUserCSS') ) %]<style>[% Koha.Preference('SCOUserCSS') | $raw %]</style>[% END %]
17
<!--[if lt IE 9]>
18
    <script src="[% interface | html %]/[% theme | html %]/lib/respond.min.js"></script>
19
<![endif]-->
20
<script>
21
    function _(s) { return s } // dummy function for gettext
22
</script>
23
[% Asset.js("lib/modernizr.min.js") | $raw %]
24
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
25
[% BLOCK cssinclude %][% END %]
10
[% BLOCK cssinclude %]
11
    [% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
12
    [% IF ( Koha.Preference('SCOUserCSS') ) %]<style>[% Koha.Preference('SCOUserCSS') | $raw %]</style>[% END %]
13
    [% Asset.css("css/sco.css") | $raw %]
14
[% END %]
26
</head>
15
</head>
27
<body id="sco_main" class="sco" onload="dofocus();" onunload="mungeHistory();">
16
<body id="sco_main" class="sco" onload="dofocus();" onunload="mungeHistory();">
28
[% INCLUDE 'masthead-sco.inc' %]
17
[% INCLUDE 'masthead-sco.inc' %]
Lines 347-352 Link Here
347
[% BLOCK jsinclude %]
336
[% BLOCK jsinclude %]
348
    [% INCLUDE 'datatables.inc' %]
337
    [% INCLUDE 'datatables.inc' %]
349
    <script>
338
    <script>
339
        function _(s) { return s } // dummy function for gettext
340
350
        //<![CDATA[
341
        //<![CDATA[
351
        function mungeHistory() {
342
        function mungeHistory() {
352
            // prevent back button from allowing form resubmission
343
            // prevent back button from allowing form resubmission
353
- 

Return to bug 21266