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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-14 / +15 lines)
Lines 31-55 Link Here
31
                        </div>
31
                        </div>
32
                    [% END %]
32
                    [% END %]
33
33
34
                    <p>If this is your first time using the self checkout system, or if the system
34
                    <div id="selfcheckdefaulthelpmessage">
35
                    is not behaving as expected, you may want to refer to this guide to get
35
                        <p>If this is your first time using the self checkout system, or if the system
36
                    yourself started.</p>
36
                        is not behaving as expected, you may want to refer to this guide to get
37
                        yourself started.</p>
37
38
38
                    <h2>Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h2>
39
                        <h2>Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h2>
39
40
40
                    <p>Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the
41
                        <p>Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the
41
                    submit button (or press the enter key).</p>
42
                        submit button (or press the enter key).</p>
42
43
43
                    <h2>Step two: Scan the barcode for each item, one at a time</h2>
44
                        <h2>Step two: Scan the barcode for each item, one at a time</h2>
44
45
45
                    <p>Scan each item and wait for the page to reload before scanning the next item.
46
                        <p>Scan each item and wait for the page to reload before scanning the next item.
46
                    The checked-out item should appear in your checkouts list.
47
                        The checked-out item should appear in your checkouts list.
47
                    The submit button only needs to be clicked if you enter the barcode manually.</p>
48
                        The submit button only needs to be clicked if you enter the barcode manually.</p>
48
49
49
                    <h2>Step three: Click the 'Finish' button</h2>
50
                        <h2>Step three: Click the 'Finish' button</h2>
50
51
51
                    <p>If you do not click the 'Finish' button, your session will automatically expire in
52
                        <p>If you do not click the 'Finish' button, your session will automatically expire in
52
                    [% SelfCheckTimeout | html %] seconds.</p>
53
                        [% SelfCheckTimeout | html %] seconds.</p>
54
                    </div>
53
55
54
                    <div class="button">
56
                    <div class="button">
55
                        <a href="javascript:history.go(-1)">Return to the self-checkout</a>
57
                        <a href="javascript:history.go(-1)">Return to the self-checkout</a>
56
- 

Return to bug 32115