Bug 9932 - Broken calendar image and misplaced masthead include for CCSR theme origin/new/bug_9932
authorByWater Migration Support <migrations@bywatersolutions.com>
Tue, 26 Mar 2013 16:17:15 +0000 (09:17 -0700)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 30 Mar 2013 21:15:06 +0000 (17:15 -0400)
Test Plan:
1) Enable CCSR theme
2) View opac-reserve.pl
3) Note the misplaced background and the broken calendar images
4) Apply the patch
5) Note the background and images now display correctly

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Corrects path to calendar icon.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/opac-tmpl/ccsr/en/js/script.js
koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt

index c04eab6..45b6766 100644 (file)
@@ -11,7 +11,7 @@ $.datepicker.setDefaults({
         showOn: "both",
         changeMonth: true,
         changeYear: true,
-        buttonImage: '/opac-tmpl/prog/famfamfam/silk/calendar.png',
+        buttonImage: '/opac-tmpl/lib/famfamfam/silk/calendar.png',
         buttonImageOnly: true,
         showButtonPanel: true
     });
index 1dbddbf..8a8bd03 100644 (file)
 
 <body id="opac-holds">
   <div id="doc3" class="yui-t7">
-    [% INCLUDE 'masthead.inc' %]
     <div id="bd">
+    [% INCLUDE 'masthead.inc' %]
          <div id="yui-g">
         <div id="holds" class="container">
         [% IF ( message ) %]