Skip to content

Commit

Permalink
Adjust app/Modules/Users/Views/Users/Login.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed May 30, 2016
1 parent b313ac8 commit 808ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Modules/Users/Views/Users/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="form-group">
<p><input type="password" name="password" id="password" class="form-control input-lg col-xs-12 col-sm-12 col-md-12" placeholder="<?= __d('users', 'Password'); ?>"><br><br></p>
</div>
<div class="form-group">
<div class="form-group" style="margin-top: 20px; margin-left: 10px;">
<p><label><input name="remember" type="checkbox"> <?= __d('users', 'Remember me'); ?></label></p>
</div>
<hr>
Expand Down

0 comments on commit 808ef59

Please sign in to comment.