Remove old change password template file

This commit is contained in:
Hadi Nategh 2015-03-12 17:03:40 +00:00
parent 69b5797745
commit 557ebed1b2

View File

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