Skip to content

Commit d600787

Browse files
committed
added DOB placeholder for personal information screen DOB
1 parent 79dcf5c commit d600787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/add_personal_information_dialog.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<label for="personal_info_form_date_of_birth">
4242
<span class='translate' data-i18n='info_dialog.dob'>Date of Birth</span>:
4343
</label></th>
44-
<td><input name="person.date_of_birth" size="30" maxlength="255" value="" tabindex="10" id="personal_info_form_date_of_birth" type="text">
45-
<div class='instructions'>mm/dd/yyyy</div>
44+
<td><input name="person.date_of_birth" size="30" maxlength="255" value="" tabindex="10" id="personal_info_form_date_of_birth" type="text" placeholder="mm/dd/yyyy">
45+
<!-- <div class='instructions'>mm/dd/yyyy</div> -->
4646
</td>
4747
</tr>
4848
</table>

0 commit comments

Comments
 (0)