Issue #0001754:
This commit is contained in:
parent
f897c144b3
commit
d6f2fb16ff
@ -34,6 +34,10 @@
|
||||
<label>Né(e) le</label>
|
||||
<div class="field">
|
||||
<input type="text" size="10" name="naissance_date" value="<?=$this->naissance_date?>"/>
|
||||
<script>
|
||||
$.datepicker.setDefaults( $.datepicker.regional["fr"] );
|
||||
$('input[name=naissance_date]').datepicker({ changeMonth: true, changeYear: true });
|
||||
</script>
|
||||
à <input type="text" name="naissance_lieu" value="<?=$this->naissance_lieu?>"/>
|
||||
<select name="naissance_dept_pays">
|
||||
<option>-</option>
|
||||
|
Loading…
Reference in New Issue
Block a user