Bug 3276: Minor XHTML error in opac-passwd.tmpl
Fixes a reference to a non-existent id. Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
fda681b2d0
commit
d24624865a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<!-- TMPL_IF NAME="OpacPasswordChange" -->
|
||||
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post"><fieldset class="brief">
|
||||
<!-- TMPL_UNLESS NAME= "ShortPass" --><div class="hint">Your password must be at least <!-- TMPL_VAR NAME="minpasslen" --> characters long.</div><!-- /TMPL_UNLESS -->
|
||||
<ol> <li><label for="password">Current Password:</label> <input type="password" id="Oldkey" size="25" name="Oldkey" /></li>
|
||||
<ol> <li><label for="Oldkey">Current Password:</label> <input type="password" id="Oldkey" size="25" name="Oldkey" /></li>
|
||||
<li><label for="Newkey">New Password:</label> <input type="password" id="Newkey" size="25" name="Newkey" /></li>
|
||||
<li><label for="Confirm">Re-Type New Password:</label> <input type="password" id="Confirm" size="25" name="Confirm" /></li></ol></fieldset>
|
||||
<fieldset class="action"><input type="submit" value="Submit Changes" class="submit" /> <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a></fieldset>
|
||||
|
|
Loading…
Reference in a new issue