Lines 168-174
Link Here
|
168 |
<input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="[% borrower.dateofbirth | $KohaDates %]" size="10" /> |
168 |
<input type="text" id="borrower_dateofbirth" name="borrower_dateofbirth" value="[% borrower.dateofbirth | $KohaDates %]" size="10" /> |
169 |
|
169 |
|
170 |
[% UNLESS action == 'edit' && !OPACPatronDetails %] |
170 |
[% UNLESS action == 'edit' && !OPACPatronDetails %] |
171 |
<a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('borrower_dateofbirth').value='';return false;">Clear date</a> |
171 |
[% UNLESS ( mandatory.defined('dateofbirth') ) %] |
|
|
172 |
<a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('borrower_dateofbirth').value='';return false;">Clear date</a> |
173 |
[% END %] |
172 |
[% END %] |
174 |
[% END %] |
173 |
|
175 |
|
174 |
[% IF mandatory.defined('dateofbirth') %]<span class="required">Required</span>[% END %] |
176 |
[% IF mandatory.defined('dateofbirth') %]<span class="required">Required</span>[% END %] |
175 |
- |
|
|