Skip to content

Commit

Permalink
Add placeholder text to lost password form
Browse files Browse the repository at this point in the history
Fixes #21220
  • Loading branch information
vboctor committed Jul 10, 2016
1 parent 70c7d7a commit 038b0f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lost_pwd_page.php
Expand Up @@ -85,13 +85,15 @@
<label for="username" class="block clearfix">
<span class="block input-icon input-icon-right">
<input id="username" name="username" type="text"
placeholder="<?php echo lang_get( 'username' ) ?>"
size="32" maxlength="<?php echo DB_FIELD_SIZE_USERNAME;?>" class="form-control autofocus">
<i class="ace-icon fa fa-user"></i>
</span>
</label>
<label for="email-field" class="block clearfix">
<span class="block input-icon input-icon-right">
<input id="email-field" name="email" type="text"
placeholder="<?php echo lang_get( 'email' ) ?>"
size="32" maxlength="64" class="form-control">
<i class="ace-icon fa fa-envelope"></i>
</span>
Expand Down

0 comments on commit 038b0f8

Please sign in to comment.