Fix pagine proxy
This commit is contained in:
@@ -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 )) { ?>
|
||||
|
||||
Reference in New Issue
Block a user