|
Lines 56-62
Link Here
|
| 56 |
|
56 |
|
| 57 |
<script type="text/javascript"> |
57 |
<script type="text/javascript"> |
| 58 |
[% SET dateformat = Koha.Preference('dateformat') %] |
58 |
[% SET dateformat = Koha.Preference('dateformat') %] |
| 59 |
$("#searchfields").change(function() { |
59 |
$("#searchfieldstype").change(function() { |
| 60 |
if ( $(this).val() == 'dateofbirth' ) { |
60 |
if ( $(this).val() == 'dateofbirth' ) { |
| 61 |
[% IF dateformat == 'us' %] |
61 |
[% IF dateformat == 'us' %] |
| 62 |
var MSG_DATE_FORMAT = _("Dates of birth should be entered in the format 'MM/DD/YYYY'"); |
62 |
var MSG_DATE_FORMAT = _("Dates of birth should be entered in the format 'MM/DD/YYYY'"); |
| 63 |
- |
|
|