Uniformisation des tableau -> le tableau de creation de compte FTP n'utilisait pas la class tedit

This commit is contained in:
Alan Garcia 2012-10-26 16:44:18 +00:00
parent 488e5924e9
commit 77f608b45e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if (isset($error) && $error) {
} }
?> ?>
<form method="post" action="ftp_doadd.php" name="main" id="main"> <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 ?>" /> <tr><th><input type="hidden" name="id" value="<?php echo $id ?>" />
<label for="login"><?php __("Username"); ?></label></th><td> <label for="login"><?php __("Username"); ?></label></th><td>
<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="" size="20" maxlength="64" /> <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="" size="20" maxlength="64" />