Files
Froxlor/templates/Classic/admin/index/change_password.tpl
2011-06-13 17:21:02 +02:00

31 lines
1.4 KiB
Smarty

$header
<form method="post" action="{$linker->getLink(array('section' => 'index'))}">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
<tr>
<td class="none" rowspan="6"><img src="images/Classic/logininternal.gif" alt="" /></td>
</tr>
<tr>
<td class="maintitle" colspan="2"><b><img src="images/Classic/title.gif" alt="" />&nbsp;{$lng['menue']['main']['changepassword']}</b></td>
</tr>
<tr>
<td class="main_field_name">{$lng['changepassword']['old_password']}</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="old_password" maxlength="50" /></td>
</tr>
<tr>
<td class="main_field_name">{$lng['changepassword']['new_password']}</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="new_password" maxlength="50" /></td>
</tr>
<tr>
<td class="main_field_name">{$lng['changepassword']['new_password_confirm']}</td>
<td class="main_field_display" nowrap="nowrap"><input type="password" name="new_password_confirm" maxlength="50" /></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input class="bottom" type="submit" value="{$lng['menue']['main']['changepassword']}" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer