Bug 7953 - add opacuserjs to the sco template
authorLiz Rea <wizzyrea@gmail.com>
Thu, 12 Apr 2012 21:54:28 +0000 (16:54 -0500)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 7 May 2012 21:16:49 +0000 (23:16 +0200)
To test:
add some jquery to opacuserjs that would change the screen
a la: $(".checkout label[for='patronid']").css("border","3px solid red");
verify you see a red box on the sco-main page.

Also adds the ability to use opacusercss to style sco-main.tt

to test:
Add some css to opacusercss that would change the screen:
.checkout { background: grey; }
verify you see a grey box around the checkout div.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
http://bugs.koha-community.org/show_bug.cgi?id=7959
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt

index 646366b..35db4fd 100644 (file)
@@ -59,8 +59,14 @@ $(document).ready(function() {
     });
 });
 //]]>
+
 </script>
+[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
+
+
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
+[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
+
 </head>
 <body onload="dofocus();">