Strg+Return -> Go immediately to Settings page

This commit is contained in:
DL6ER
2017-01-02 13:24:48 +01:00
parent 79073e15c8
commit ed01434506
2 changed files with 11 additions and 2 deletions

View File

@@ -13,9 +13,9 @@
</div>
<div class="panel-body">
<form action="" method="post">
<form action="" id="loginform" method="post">
<div class="form-group has-feedback <?php if ($wrongpassword) { ?>has-error<?php } ?> ">
<input type="password" name="pw" class="form-control" placeholder="Password" autofocus>
<input type="password" id="loginpw" name="pw" class="form-control" placeholder="Password" autofocus>
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
</div>
<div class="row">