Bugzilla – Attachment 9369 Details for
Bug 7959
Update OPAC suggestions interface to match lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7953 - add opacuserjs to the sco template
SIGNED-OFF-Bug-7953---add-opacuserjs-to-the-sco-te.patch (text/plain), 1.51 KB, created by
Owen Leonard
on 2012-04-30 13:29:08 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7953 - add opacuserjs to the sco template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-04-30 13:29:08 UTC
Size:
1.51 KB
patch
obsolete
>From 730e94190956f034eede989e822915b0b2697dee Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Thu, 12 Apr 2012 16:54:28 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7953 - add opacuserjs to the sco template >Content-Type: text/plain; charset="utf-8" > >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 >--- > .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >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 646366b..35db4fd 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 >@@ -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();"> > >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7959
:
9188
|
9369
|
9454
|
9708