From: Nicolas Morin <[email protected]> Simplifying finish button on SCO screen: it was a long sentence with a button saying "click here if you're done". Changed to "Finish". Changed the help accordingly.
Signed-off-by: Henri-Damien LAURENT <[email protected]> --- koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl | 2 +- .../opac-tmpl/prog/en/modules/sco/sco-main.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl index 01abb42..d0f01c3 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl @@ -24,7 +24,7 @@ yourself started.</p> The checked-out item should appear in your issues list. The Submit button only needs to be clicked if you enter the barcode manually.</p> -<h3>Step Three: Click the 'Click here if done' link when done</h3> +<h3>Step Three: Click the 'Finish' button</h3> <div class="button"> <a href="javascript:history.go(-1)">Return to the Self-Checkout</a> diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl index 3bfde99..af11c75 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl @@ -183,7 +183,7 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a <input type="hidden" name="valid_session" value="1" /> <input type="submit" value="Submit" class="submit" /></fieldset> </form> - <div><form method="post" action="/cgi-bin/koha/sco/sco-main.pl?op=logout" >Scan next item, or <input type="submit" value="Click here if done." class="finish" /></form></div> + <div><form method="post" action="/cgi-bin/koha/sco/sco-main.pl?op=logout" ><input type="submit" value="Finish" class="finish" /></form></div> </div> <!-- sco_entry --> <!-- newcheckout --> <div id="borrowerdetails"> -- 1.6.3.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
