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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +1 lines)
Lines 347-353 legend:hover { Link Here
347
                                                        [% END %]
347
                                                        [% END %]
348
                                                        Date of birth:
348
                                                        Date of birth:
349
                                                        </label>
349
                                                        </label>
350
                                                        <input type="text" id="dateofbirth" name="dateofbirth" size="20" value="[% borrower_data.dateofbirth | html UNLESS opduplicate %]" class="flatpickr" />
350
                                                        <input type="text" id="dateofbirth" name="dateofbirth" size="20" value="[% borrower_data.dateofbirth | html UNLESS opduplicate %]" class="flatpickr" data-flatpickr-pastdate="true" />
351
                                                         [% IF ( mandatorydateofbirth ) %]
351
                                                         [% IF ( mandatorydateofbirth ) %]
352
                                                            <span class="required">Required</span>
352
                                                            <span class="required">Required</span>
353
                                                        [% END %]
353
                                                        [% END %]
354
- 

Return to bug 30713