@@ -, +, @@ --------- 1) Home -> Koha administration -> Global system parameters -> OPAC 2) Set the OPAC system preference 'opacthemes' to 'bootstrap'. 3) Start the self-checkout client (/cgi-bin/koha/sco/sco-main.pl) 4) Log in. 5) Check something out. 6) Change the address url text box to .../cgi-bin/koha/sco/printslip.pl?borrowernumber=##&print=qslip Where ## is your borrower number which just checked something out. 7) Click Cancel on the print dialogue 8) View Page Source -- The HTML validation plugin will point out multiple errors. 9) Apply patch -- Much happier validation results. --- .../bootstrap/en/modules/sco/printslip.tt | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt @@ -6,6 +6,12 @@ [% IF stylesheet %] [% END %] + @@ -20,11 +26,5 @@ - --