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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +1 lines)
Lines 162-168 Link Here
162
                                            <input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="[% borrower.dateofbirth | $KohaDates %]" size="10" />
162
                                            <input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="[% borrower.dateofbirth | $KohaDates %]" size="10" />
163
163
164
                                            [% UNLESS action == 'edit' && !OPACPatronDetails %]
164
                                            [% UNLESS action == 'edit' && !OPACPatronDetails %]
165
                                                <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('borrower_dateofbirth').value='';return false;">Clear date</a><p></p>
165
                                                <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('borrower_dateofbirth').value='';return false;">Clear date</a>
166
                                            [% END %]
166
                                            [% END %]
167
167
168
                                            [% IF mandatory.defined('dateofbirth') %]<span class="required">Required</span>[% END %]
168
                                            [% IF mandatory.defined('dateofbirth') %]<span class="required">Required</span>[% END %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 169-175 Link Here
169
                                                    <input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="[% borrower.dateofbirth | $KohaDates %]" size="10" />
169
                                                    <input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="[% borrower.dateofbirth | $KohaDates %]" size="10" />
170
170
171
                                                    [% UNLESS action == 'edit' && !OPACPatronDetails %]
171
                                                    [% UNLESS action == 'edit' && !OPACPatronDetails %]
172
                                                        <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('borrower_dateofbirth').value='';return false;">Clear date</a><p></p>
172
                                                        <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('borrower_dateofbirth').value='';return false;">Clear date</a>
173
                                                    [% END %]
173
                                                    [% END %]
174
174
175
                                                    [% IF mandatory.defined('dateofbirth') %]<span class="required">Required</span>[% END %]
175
                                                    [% IF mandatory.defined('dateofbirth') %]<span class="required">Required</span>[% END %]
176
- 

Return to bug 11522