Changeset 366
- Timestamp:
- 02/22/06 00:11:29 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/mem_param.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/mem_param.php
r135 r366 1 1 <?php 2 2 /* 3 $Id: mem_param.php,v 1. 7 2003/08/13 23:52:24 rootExp $3 $Id: mem_param.php,v 1.8 2004/07/23 14:03:57 anonymous Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 63 63 <table border="1" cellspacing="0" cellpadding="4"> 64 64 <tr><th><?php __("Old password"); ?></th><td><input type="password" class="int" name="oldpass" value="<?php echo $oldpass; ?>" size="20" maxlength="128" /></td></tr> 65 <tr><th><?php __("New password"); ?> (1)</th><td><input type="password" class="int" name="newpass" value="<?php echo $newpass; ?>" size="20" maxlength=" 128" /></td></tr>66 <tr><th><?php __("New password"); ?> (2)</th><td><input type="password" class="int" name="newpass2" value="<?php echo $newpass2; ?>" size="20" maxlength=" 128" /></td></tr>65 <tr><th><?php __("New password"); ?> (1)</th><td><input type="password" class="int" name="newpass" value="<?php echo $newpass; ?>" size="20" maxlength="60" /></td></tr> 66 <tr><th><?php __("New password"); ?> (2)</th><td><input type="password" class="int" name="newpass2" value="<?php echo $newpass2; ?>" size="20" maxlength="61" /></td></tr> 67 67 <tr><td align="center" colspan="3"><input type="submit" class="inb" name="submit" value="<?php __("Change my password"); ?>" /></td></tr> 68 68 </table>
Note: See TracChangeset
for help on using the changeset viewer.
