Changeset 1781 for alternc-awstats/trunk


Ignore:
Timestamp:
01/18/07 23:25:45 (6 years ago)
Author:
engelaere
Message:

Close ticket #530

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc-awstats/trunk/bureau/admin/aws_pass.php

    r1047 r1781  
    6262        <code><?php echo $login; ?></code> <input type="hidden" name="login" value="<?php echo $login; ?>" /> 
    6363</td></tr> 
    64 <tr><th><label for="pass"><?php __("New Password"); ?></label></th><td><input type="text" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 
     64<tr><th><label for="pass"><?php __("New Password"); ?></label></th><td><input type="password" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 
    6565<tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Change this user's password"); ?>" /></td></tr> 
    6666</table> 
Note: See TracChangeset for help on using the changeset viewer.