From d6b27b82d68cae891c8fb5f55cd5e87da48500ed Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 14 Dec 2012 10:32:29 -0500 Subject: [PATCH] Bug 8033 [Follow-up] add print receipt option to Koha self-check This follow-up makes some corrections to JavaScript, most importantly by enabling translation of strings embedded in the script. Other corrections: Trailing whitespace, proper Works as expected. Signed-off-by: Mason James Signed-off-by: Kyle M Hall --- .../opac-tmpl/prog/en/modules/sco/printslip.tt | 2 ++ koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tt | 6 ++++-- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/printslip.tt b/koha-tmpl/opac-tmpl/prog/en/modules/sco/printslip.tt index eaa0d30..44954b3 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/printslip.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/printslip.tt @@ -8,10 +8,12 @@ [% END %] diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tt b/koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tt index 7e363d2..8339b35 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tt @@ -4,7 +4,8 @@ RECEIPT - [% IF ( SCOUserCSS ) %][% END %] diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt index 5190dc7..6cc626b 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt @@ -11,6 +11,7 @@