Bug 14060: Add the datepicker class to dateofbirth
Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
db3df548b6
commit
08653cca9b
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ $(document).ready(function() {
|
||||||
[% END %]
|
[% END %]
|
||||||
Date of birth: </label>
|
Date of birth: </label>
|
||||||
|
|
||||||
<input type="text" id="dateofbirth" name="dateofbirth" size="20" onchange="write_age();" value="[% UNLESS opduplicate %][% dateofbirth %][% END %]" />
|
<input type="text" id="dateofbirth" name="dateofbirth" size="20" onchange="write_age();" value="[% UNLESS opduplicate %][% dateofbirth %][% END %]" class="datepicker" />
|
||||||
|
|
||||||
[% IF ( mandatorydateofbirth ) %]<span class="required">Required</span>[% END %]
|
[% IF ( mandatorydateofbirth ) %]<span class="required">Required</span>[% END %]
|
||||||
[% IF ( ERROR_dateofbirth ) %]<span class="required">(Error)</span>[% END %]
|
[% IF ( ERROR_dateofbirth ) %]<span class="required">(Error)</span>[% END %]
|
||||||
|
|
Loading…
Reference in a new issue