Lines 44-56
Link Here
|
44 |
[% IF ( OpacPasswordChange ) %] |
44 |
[% IF ( OpacPasswordChange ) %] |
45 |
[% IF ( Ask_data ) %] |
45 |
[% IF ( Ask_data ) %] |
46 |
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post"> |
46 |
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post"> |
47 |
<fieldset> |
|
|
48 |
[% UNLESS ( ShortPass ) %]<div class="alert alert-info">Your password must be at least [% minpasslen %] characters long.</div>[% END %] |
47 |
[% UNLESS ( ShortPass ) %]<div class="alert alert-info">Your password must be at least [% minpasslen %] characters long.</div>[% END %] |
49 |
<label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25" name="Oldkey" /> |
48 |
<label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25" name="Oldkey" /> |
50 |
<label for="Newkey">New password:</label> <input type="password" id="Newkey" size="25" name="Newkey" /> |
49 |
<label for="Newkey">New password:</label> <input type="password" id="Newkey" size="25" name="Newkey" /> |
51 |
<label for="Confirm">Re-type new password:</label> <input type="password" id="Confirm" size="25" name="Confirm" /> |
50 |
<label for="Confirm">Re-type new password:</label> <input type="password" id="Confirm" size="25" name="Confirm" /><input type="submit" value="Submit changes" class="btn" /> <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a> |
52 |
</fieldset> |
|
|
53 |
<fieldset class="action"><input type="submit" value="Submit changes" class="btn" /> <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a></fieldset> |
54 |
</form> |
51 |
</form> |
55 |
[% END # /IF Ask_data %] |
52 |
[% END # /IF Ask_data %] |
56 |
[% ELSE %] |
53 |
[% ELSE %] |
57 |
- |
|
|