diff --git a/proxy/acl_edit.php b/proxy/acl_edit.php
index fd50d92..b1dd954 100755
--- a/proxy/acl_edit.php
+++ b/proxy/acl_edit.php
@@ -84,7 +84,7 @@ if ($id) {
";
$res = mysql_query( $query, $DB_ID );
}
-$tabella = new html (0,"90%", array(3,3,15,2,15,0));
+$tabella = new html (0,"90%", array(3,3,20,2,15,0));
$tabella->intestazione (array("","","Nome ACL","","Ultima Modifica",""));
?>
@@ -133,7 +133,7 @@ $tabella->riga();
 |
- |
+ |
riga();
while ($dato = mysql_fetch_array ( $res )) { ?>
diff --git a/proxy/users_edit.php b/proxy/users_edit.php
index a584767..3412588 100755
--- a/proxy/users_edit.php
+++ b/proxy/users_edit.php
@@ -106,7 +106,7 @@ $query = " SELECT
";
$res = mysql_query( $query, $DB_ID );
-$tabella = new html (0,"90%",array(3,10,2,10,2,10,2,10,2,10,0));
+$tabella = new html (0,"90%",array(3,16,2,20,2,15,2,16,2,10,0));
$tabella->intestazione (array("","Utente","","Nome Completo","","Data attivazione","","Ultima Modifica","","IP",""));
?>
@@ -140,17 +140,17 @@ $tabella->intestazione (array("","Nuova Password","","Conferma Nuova Password","
?>
 |
- |
+ |
 |
- |
+ |
 |
|
 |
- |
+ |
 |
riga(); ?>
- |
+ |
close(); ?>