@@ -, +, @@ --- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 21 +++++++++++-------- 1 files changed, 12 insertions(+), 9 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt @@ -1,4 +1,4 @@ -[% INCLUDE 'doc-head-open.inc' %][% LibraryName %] › Self Checkout +[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] › Self Checkout @@ -67,7 +67,6 @@ $(document).ready(function() {

[% LibraryName %] Self Checkout System

-
[% IF ( impossible ) %]

Item cannot be checked out.

Sorry, This item cannot be checked out at this station.

@@ -161,10 +160,7 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a [% IF ( patronid ) %] [% IF ( validuser ) %] -

You are logged in as [% borrowername %].

- [% IF ( display_patron_image ) %] - - [% END %] +

You are logged in as [% borrowername %].

[% END %]
[% IF ( nouser ) %] @@ -178,6 +174,7 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a
[% END %] [% IF ( validuser ) %] + [% IF ( display_patron_image ) %]
[% END %]
Check out[% IF ( AllowSelfCheckReturns ) %], return[% END %] or renew an item: @@ -190,7 +187,14 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a
- + [% IF ( display_patron_image ) %]
[% END %] + [% IF ( display_patron_image ) %] +
+ +
+ [% END %] +
+
[% IF ( issues_count ) %] @@ -233,7 +237,7 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a [% ELSE %]

You currently have nothing checked out.

[% END %] - + [% ELSE %]
@@ -257,6 +261,5 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a [% END %]
- [% INCLUDE 'opac-bottom.inc' %] --
Checkouts for [% borrowername %] ([% issues_count %] total)