Fix pagine proxy

This commit is contained in:
Claudio Maffioletti
2017-05-23 10:32:36 +02:00
parent d0cc3f4d25
commit fba1516c17
2 changed files with 7 additions and 7 deletions

View File

@@ -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",""));
?>
<tr>
@@ -133,7 +133,7 @@ $tabella->riga();
<td rowspan=2 colspan=3 class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
</tr>
<tr>
<td class="colip"><input type="text" size="32" name=rif></td>
<td class="colip"><input type="text" size="20" name=rif></td>
</tr>
<?php $tabella->riga();
while ($dato = mysql_fetch_array ( $res )) { ?>