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 |
- |
|
|