mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
Remove old change password template file
This commit is contained in:
parent
69b5797745
commit
557ebed1b2
@ -1,42 +0,0 @@
|
|||||||
<br>
|
|
||||||
|
|
||||||
<center>{messages}</center>
|
|
||||||
|
|
||||||
<form method="POST" action="{form_action}">
|
|
||||||
<table border="0" class="table_passord_change">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
{lang_enter_old_password}
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<input type="password" name="o_passwd_2">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
{lang_enter_password}
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<input type="password" name="n_passwd">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
{lang_reenter_password}
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<input type="password" name="n_passwd_2">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
<table cellspacing="5"><tr>
|
|
||||||
<td><input type="submit" name="change" value="{lang_change}" id="passwordchange"></td>
|
|
||||||
<td><input type="submit" name="cancel" value="{lang_cancel}" id="passwordcancel"></td>
|
|
||||||
</tr></table>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</form>
|
|
||||||
<br>
|
|
||||||
<pre>{sql_message}</pre>
|
|
Loading…
Reference in New Issue
Block a user