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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 188-194 Link Here
188
                                            [% END %]
188
                                            [% END %]
189
                                            Date of birth:</label>
189
                                            Date of birth:</label>
190
190
191
                                            <input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="[% borrower.dateofbirth | $KohaDates %]" size="10" />
191
                                            <input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="[% borrower.dateofbirth | $KohaDates %]" size="10" readonly=""/>
192
192
193
                                            [% UNLESS action == 'edit' && !OPACPatronDetails %]
193
                                            [% UNLESS action == 'edit' && !OPACPatronDetails %]
194
                                                [% UNLESS ( mandatory.defined('dateofbirth') ) %]
194
                                                [% UNLESS ( mandatory.defined('dateofbirth') ) %]
195
- 

Return to bug 14956