From 322ae6c7fccc08ec1125b58276ed6e0805036cc5 Mon Sep 17 00:00:00 2001 From: ByWater Migration Support Date: Tue, 26 Mar 2013 09:17:15 -0700 Subject: [PATCH] Bug 9932 - Broken calendar image and misplaced masthead include for CCSR theme 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 --- koha-tmpl/opac-tmpl/ccsr/en/js/script.js | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/ccsr/en/js/script.js b/koha-tmpl/opac-tmpl/ccsr/en/js/script.js index c04eab6..45b6766 100644 --- a/koha-tmpl/opac-tmpl/ccsr/en/js/script.js +++ b/koha-tmpl/opac-tmpl/ccsr/en/js/script.js @@ -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 }); diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt index 1dbddbf..8a8bd03 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -159,8 +159,8 @@
- [% INCLUDE 'masthead.inc' %]
+ [% INCLUDE 'masthead.inc' %]
[% IF ( message ) %] -- 1.7.10.4