From 9483dd82cbaf7638e08c37b85df387bb0c97118c 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 Signed-off-by: Katrin Fischer Corrects path to calendar icon. Signed-off-by: Jared Camins-Esakov 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 c04eab6df8..45b6766966 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 8096baf07d..75c2ce34b2 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -158,8 +158,8 @@
- [% INCLUDE 'masthead.inc' %]
+ [% INCLUDE 'masthead.inc' %]
[% IF ( message ) %] -- 2.39.5