From b10cd79ba32cff7130edd75bcb3f6025a0240619 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 3 Jun 2009 14:29:39 -0500 Subject: [PATCH] additional SCO template fixes * removed sco.js, which is no longer used * fixed XHTML warnings in sco-main.tmpl Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/js/sco.js | 5 ----- koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl | 18 +++++++++--------- 2 files changed, 9 insertions(+), 14 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/prog/en/js/sco.js diff --git a/koha-tmpl/opac-tmpl/prog/en/js/sco.js b/koha-tmpl/opac-tmpl/prog/en/js/sco.js deleted file mode 100644 index add307e216..0000000000 --- a/koha-tmpl/opac-tmpl/prog/en/js/sco.js +++ /dev/null @@ -1,5 +0,0 @@ -function sco_init(valid_session) { - if (valid_session == 1) { - setTimeout("location.href='/cgi-bin/koha/sco/sco-main.pl?op=logout';",120000); - } -} 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 39a64a9154..4d5a88d66f 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 @@ -61,17 +61,17 @@ $(document).ready(function() { - +

Please confirm the checkout:

This item is already checked out to you. Return it?

- + " /> " /> - + @@ -118,7 +118,7 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a
- +
Check out or return an item: @@ -127,7 +127,7 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a
-

Scan next item, or

+
Scan next item, or
@@ -144,11 +144,11 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a -
- + + " /> " /> - + @@ -163,7 +163,7 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a

You currently have nothing checked out.

-
+
-- 2.11.0