Class sur les tableaux

This commit is contained in:
Alan Garcia 2012-10-27 15:56:00 +00:00
parent 136696ca56
commit 11378da597
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ if (isset($error) && $error) {
}
?>
<form method="post" action="ftp_doedit.php" name="main" id="main">
<table border="1" cellspacing="0" cellpadding="4">
<table border="1" cellspacing="0" cellpadding="4" 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($r["prefixe"]); ?></select>&nbsp;<b>_</b>&nbsp;<input type="text" class="int" name="login" id="login" value="<?php ehe($r[0]["login"]); ?>" size="20" maxlength="64" />

View File

@ -51,7 +51,7 @@ if ($r) {
<form method="post" action="sql_users_dorights.php">
<input type="hidden" name="id" value="<?php echo $id; ?>" />
<table cellspacing="0" cellpadding="4">
<table cellspacing="0" cellpadding="4" class="tlist">
<tr>
<th>&nbsp;</th>
<th>&nbsp;</th>