Lines 440-445
Link Here
|
440 |
<div class="local-login"> |
440 |
<div class="local-login"> |
441 |
<label for="muserid">Login:</label><input type="text" id="muserid" name="login_userid" autocomplete="off" /> |
441 |
<label for="muserid">Login:</label><input type="text" id="muserid" name="login_userid" autocomplete="off" /> |
442 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="login_password" autocomplete="off" /> |
442 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="login_password" autocomplete="off" /> |
|
|
443 |
[% INCLUDE 'show-password-toggle.inc' %] |
443 |
<fieldset class="action"> |
444 |
<fieldset class="action"> |
444 |
<input type="hidden" name="op" value="cud-login" /> |
445 |
<input type="hidden" name="op" value="cud-login" /> |
445 |
<input type="submit" class="btn btn-primary" value="Log in" /> |
446 |
<input type="submit" class="btn btn-primary" value="Log in" /> |