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.
|
|
|
<?php if( !defined('POSTFIXADMIN') ) die( "This file cannot be used standalone." ); ?>
|
|
|
|
<div id="edit_form">
|
|
|
|
<form name="alias" method="post">
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td colspan="3"><h3><?php print $PALANG['pPassword_welcome']; ?></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php print $PALANG['pPassword_admin'] . ":"; ?></td>
|
|
|
|
<td><?php print $USERID_USERNAME; ?></td>
|
|
|
|
<td><?php print $pPassword_admin_text; ?></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php print $PALANG['pPassword_password_current'] . ":"; ?></td>
|
|
|
|
<td><input class="flat" type="password" name="fPassword_current" ></td>
|
|
|
|
<td><?php print $pPassword_password_current_text; ?></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php print $PALANG['pPassword_password'] . ":"; ?></td>
|
|
|
|
<td><input class="flat" type="password" name="fPassword" ></td>
|
|
|
|
<td><?php print $pPassword_password_text; ?></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php print $PALANG['pPassword_password2'].":" ?></td>
|
|
|
|
<td><input class="flat" type="password" name="fPassword2" /></td>
|
|
|
|
<td> </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="3" class="hlp_center">
|
|
|
|
<input class="button" type="submit" name="submit" value="<?php print $PALANG['pPassword_button']; ?>" />
|
|
|
|
<input class="button" type="submit" name="fCancel" value="<?php print $PALANG['exit']; ?>" />
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="3" class="standout"><?php print $tMessage; ?></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</div>
|