Bugzilla – Attachment 17016 Details for
Bug 9932
Broken calendar image and misplaced masthead include for CCSR theme
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9932 - Broken calendar image and misplaced masthead include for CCSR theme
Bug-9932---Broken-calendar-image-and-misplaced-mas.patch (text/plain), 1.76 KB, created by
Chris Cormack
on 2013-03-29 09:44:46 UTC
(
hide
)
Description:
Bug 9932 - Broken calendar image and misplaced masthead include for CCSR theme
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-03-29 09:44:46 UTC
Size:
1.76 KB
patch
obsolete
>From 322ae6c7fccc08ec1125b58276ed6e0805036cc5 Mon Sep 17 00:00:00 2001 >From: ByWater Migration Support <migrations@bywatersolutions.com> >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 <chris@bigballofwax.co.nz> >--- > 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 @@ > > <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 ) %] >-- >1.7.10.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 9932
:
16898
|
17016
|
17051