Uniformisation des tableau -> le tableau de creation de compte FTP n'utilisait pas la class tedit
This commit is contained in:
parent
488e5924e9
commit
77f608b45e
|
@ -61,7 +61,7 @@ if (isset($error) && $error) {
|
|||
}
|
||||
?>
|
||||
<form method="post" action="ftp_doadd.php" name="main" id="main">
|
||||
<table>
|
||||
<table class="tedit">
|
||||
<tr><th><input type="hidden" name="id" value="<?php echo $id ?>" />
|
||||
<label for="login"><?php __("Username"); ?></label></th><td>
|
||||
<select class="inl" name="prefixe"><?php $ftp->select_prefix_list($prefixe); ?></select> <b>_</b> <input type="text" class="int" name="login" id="login" value="" size="20" maxlength="64" />
|
||||
|
|
Loading…
Reference in New Issue