Skip to content

Commit

Permalink
added DOB placeholder for personal information screen DOB
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Sep 18, 2017
1 parent 79dcf5c commit d600787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/add_personal_information_dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<label for="personal_info_form_date_of_birth">
<span class='translate' data-i18n='info_dialog.dob'>Date of Birth</span>:
</label></th>
<td><input name="person.date_of_birth" size="30" maxlength="255" value="" tabindex="10" id="personal_info_form_date_of_birth" type="text">
<div class='instructions'>mm/dd/yyyy</div>
<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">
<!-- <div class='instructions'>mm/dd/yyyy</div> -->
</td>
</tr>
</table>
Expand Down

0 comments on commit d600787

Please sign in to comment.