Lines 405-411
Link Here
|
405 |
<input type="hidden" name="koha_login_context" value="opac" /> |
405 |
<input type="hidden" name="koha_login_context" value="opac" /> |
406 |
<fieldset class="brief"> |
406 |
<fieldset class="brief"> |
407 |
<div class="local-login"> |
407 |
<div class="local-login"> |
408 |
<label for="muserid">Login:</label><input type="text" id="muserid" name="userid" autocomplete="off" /> |
408 |
<label for="muserid">Username:</label><input type="text" id="muserid" name="userid" autocomplete="off" /> |
409 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" autocomplete="off" /> |
409 |
<label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" autocomplete="off" /> |
410 |
<fieldset class="action"> |
410 |
<fieldset class="action"> |
411 |
<input type="submit" class="btn btn-primary" value="Log in" /> |
411 |
<input type="submit" class="btn btn-primary" value="Log in" /> |
412 |
- |
|
|