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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc (-2 / +5 lines)
Lines 135-141 $.datepicker.setDefaults({ Link Here
135
        buttonImageOnly: true,
135
        buttonImageOnly: true,
136
        showButtonPanel: true,
136
        showButtonPanel: true,
137
        showOtherMonths: true,
137
        showOtherMonths: true,
138
        selectOtherMonths: true
138
        selectOtherMonths: true,
139
    });
140
141
$("#dateofbirth").datepicker({
142
        yearRange: "c-100:c+10"
139
    });
143
    });
140
144
141
    $( ".datepicker" ).datepicker({
145
    $( ".datepicker" ).datepicker({
142
- 

Return to bug 18447