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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
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
- 

Return to bug 13233