Bugzilla – Attachment 143299 Details for
Bug 32115
Add ID to check-out default help message dialog to allow customization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to add div with id to allow hiding it and customize with SCOMainUserBlock.
file_32115.txt (text/plain), 3.28 KB, created by
Mona Panchaud
on 2022-11-05 19:47:51 UTC
(
hide
)
Description:
Proposed patch to add div with id to allow hiding it and customize with SCOMainUserBlock.
Filename:
MIME Type:
Creator:
Mona Panchaud
Created:
2022-11-05 19:47:51 UTC
Size:
3.28 KB
patch
obsolete
>From e1278e3a4df1f1d0b0a8948a1d1f2ee9dd49620f Mon Sep 17 00:00:00 2001 >From: Mona Panchaud <m@mpan.ch> >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 > >--- > .../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 @@ > </div> > [% END %] > >- <p>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.</p> >+ <div id="selfcheckdefaulthelpmessage"> >+ <p>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.</p> > >- <h2>Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h2> >+ <h2>Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h2> > >- <p>Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the >- submit button (or press the enter key).</p> >+ <p>Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the >+ submit button (or press the enter key).</p> > >- <h2>Step two: Scan the barcode for each item, one at a time</h2> >+ <h2>Step two: Scan the barcode for each item, one at a time</h2> > >- <p>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.</p> >+ <p>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.</p> > >- <h2>Step three: Click the 'Finish' button</h2> >+ <h2>Step three: Click the 'Finish' button</h2> > >- <p>If you do not click the 'Finish' button, your session will automatically expire in >- [% SelfCheckTimeout | html %] seconds.</p> >+ <p>If you do not click the 'Finish' button, your session will automatically expire in >+ [% SelfCheckTimeout | html %] seconds.</p> >+ </div> > > <div class="button"> > <a href="javascript:history.go(-1)">Return to the self-checkout</a> >-- >2.37.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32115
:
143299
|
144089
|
144497