Fix for Bug 3031, Standardize OPAC login form labels.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
3c04a7915a
commit
b9352f18b6
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@
|
|||
<input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
|
||||
<!-- /TMPL_LOOP -->
|
||||
<ol>
|
||||
<li><label for="userid">Your card number</label>
|
||||
<li><label for="userid">Login</label>
|
||||
<input type="text" size="25" id="userid" name="userid" /></li>
|
||||
<li><label for="password">Password or PIN</label><input type="password" size="25" id="password" name="password" /></li>
|
||||
<li><label for="password">Password</label><input type="password" size="25" id="password" name="password" /></li>
|
||||
</ol></fieldset>
|
||||
|
||||
<input type="submit" value="Log In" class="submit" />
|
||||
|
|
Loading…
Reference in a new issue