You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/templates/password.tpl

36 lines
960 B
Smarty

<div id="edit_form">
<form name="mailbox" method="post" action="">
<table>
<tr>
<td colspan="3"><h3>{$PALANG.pPassword_welcome}</h3></td>
</tr>
<tr>
<td>{$PALANG.pPassword_admin}:</td>
<td>{$SESSID_USERNAME}</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>{$PALANG.pPassword_password_current}</td>
<td><input class="flat" type="password" name="fPassword_current" /></td>
<td>{$pPassword_password_current_text}</td>
</tr>
<tr>
<td>{$PALANG.pPassword_password}:</td>
<td><input class="flat" type="password" name="fPassword" /></td>
<td>{$pPassword_password_text}</td>
</tr>
<tr>
<td>{$PALANG.pPassword_password2}:</td>
<td><input class="flat" type="password" name="fPassword2" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3" class="hlp_center"><input class="button" type="submit" name="submit" value="{$PALANG.pPassword_button}" /></td>
</tr>
<tr>
<td colspan="3" class="standout">{$tMessage}</td>
</tr>
</table>
</form>
</div>