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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc (-2 / +6 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
        yearRange: "c-100:c+10"
140
    });
141
142
$("#dateofbirth").datepicker({
143
        yearRange: "c-100:c"
139
    });
144
    });
140
145
141
    $( ".datepicker" ).datepicker({
146
    $( ".datepicker" ).datepicker({
142
- 

Return to bug 18447