From 0d04bb4b9e8a18fc406b5fbc4fd86e6ce705915d Mon Sep 17 00:00:00 2001 From: Mona Panchaud Date: Sat, 5 Nov 2022 19:25:43 +0100 Subject: [PATCH] Bug 32115: Add ID to check-out default help message dialog to allow customization This adds a div with the id attribute selfcheckdefaulthelpmessage to the first paragraph of the web based self check help page. To test: * Enable WebBasedSelfCheck * Go to: /cgi-bin/koha/sco/sco-main.pl in the OPAC * Log in and open help * Verify by looking at the source code, that the first paragraph starting with "If this is your first time..." now has an id. Signed-off-by: Katrin Fischer --- .../bootstrap/en/modules/sco/help.tt | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt index 131a4bf698..2f2417fc5d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt @@ -31,25 +31,27 @@ [% END %] -

If this is your first time using the self checkout system, or if the system - is not behaving as expected, you may want to refer to this guide to get - yourself started.

+
+

If this is your first time using the self checkout system, or if the system + is not behaving as expected, you may want to refer to this guide to get + yourself started.

-

Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]

+

Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]

-

Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the - submit button (or press the enter key).

+

Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the + submit button (or press the enter key).

-

Step two: Scan the barcode for each item, one at a time

+

Step two: Scan the barcode for each item, one at a time

-

Scan each item and wait for the page to reload before scanning the next item. - The checked-out item should appear in your checkouts list. - The submit button only needs to be clicked if you enter the barcode manually.

+

Scan each item and wait for the page to reload before scanning the next item. + The checked-out item should appear in your checkouts list. + The submit button only needs to be clicked if you enter the barcode manually.

-

Step three: Click the 'Finish' button

+

Step three: Click the 'Finish' button

-

If you do not click the 'Finish' button, your session will automatically expire in - [% SelfCheckTimeout | html %] seconds.

+

If you do not click the 'Finish' button, your session will automatically expire in + [% SelfCheckTimeout | html %] seconds.

+