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 350-356 legend:hover { Link Here
350
                                                        [% END %]
350
                                                        [% END %]
351
                                                        Date of birth:
351
                                                        Date of birth:
352
                                                        </label>
352
                                                        </label>
353
                                                        <input type="text" id="dateofbirth" name="dateofbirth" size="20" value="[% borrower_data.dateofbirth | html UNLESS opduplicate %]" class="flatpickr" />
353
                                                        <input type="text" id="dateofbirth" name="dateofbirth" size="20" value="[% borrower_data.dateofbirth | html UNLESS opduplicate %]" class="flatpickr" data-flatpickr-pastinclusive="true" />
354
                                                         [% IF ( mandatorydateofbirth ) %]
354
                                                         [% IF ( mandatorydateofbirth ) %]
355
                                                            <span class="required">Required</span>
355
                                                            <span class="required">Required</span>
356
                                                        [% END %]
356
                                                        [% END %]
357
- 

Return to bug 30713