Changeset 797


Ignore:
Timestamp:
02/22/06 03:49:15 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2006-01-12 00:34:53 by anarcat]
typo

Original author: anarcat
Date: 2006-01-12 00:34:53

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/ftp_add.php

    r796 r797  
    11<?php 
    22/* 
    3  $Id: ftp_add.php,v 1.3 2006/01/12 00:28:20 anarcat Exp $ 
     3 $Id: ftp_add.php,v 1.4 2006/01/12 00:34:53 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5454        <select class="inl" name="prefixe"><?php $ftp->select_prefix_list($prefixe); ?></select>&nbsp;<b>_</b>&nbsp;<input type="text" class="int" name="login" id="login" value="<?php echo $login; ?>" size="20" maxlength="64" /> 
    5555</td></tr> 
    56 <tr><th><label for="pass"><?php __("Password"); ?></label></th><td><input type="passwordt" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 
     56<tr><th><label for="pass"><?php __("Password"); ?></label></th><td><input type="password" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 
    5757<tr><th><label for="dir"><?php __("Folder"); ?></label></th><td><input type="text" class="int" name="dir" id="dir" value="<?php echo $dir; ?>" size="20" maxlength="255" /> 
    5858<script type="text/javascript"> 
Note: See TracChangeset for help on using the changeset viewer.