View | Details | Raw Unified | Return to bug 9932
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/ccsr/en/js/script.js (-1 / +1 lines)
Lines 11-17 $.datepicker.setDefaults({ Link Here
11
        showOn: "both",
11
        showOn: "both",
12
        changeMonth: true,
12
        changeMonth: true,
13
        changeYear: true,
13
        changeYear: true,
14
        buttonImage: '/opac-tmpl/prog/famfamfam/silk/calendar.png',
14
        buttonImage: '/opac-tmpl/lib/famfamfam/silk/calendar.png',
15
        buttonImageOnly: true,
15
        buttonImageOnly: true,
16
        showButtonPanel: true
16
        showButtonPanel: true
17
    });
17
    });
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt (-2 / +1 lines)
Lines 159-166 Link Here
159
159
160
<body id="opac-holds">
160
<body id="opac-holds">
161
  <div id="doc3" class="yui-t7">
161
  <div id="doc3" class="yui-t7">
162
    [% INCLUDE 'masthead.inc' %]
163
    <div id="bd">
162
    <div id="bd">
163
    [% INCLUDE 'masthead.inc' %]
164
	  <div id="yui-g">
164
	  <div id="yui-g">
165
        <div id="holds" class="container">
165
        <div id="holds" class="container">
166
        [% IF ( message ) %]
166
        [% IF ( message ) %]
167
- 

Return to bug 9932