Fix for Bug 3031, Standardize OPAC login form labels.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Owen Leonard 2009-03-11 18:52:31 -05:00 committed by Galen Charlton
parent 3c04a7915a
commit b9352f18b6

View file

@ -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" />