Add cellpadding to make the duplicates table look nicer

This commit is contained in:
Chris Morgan
2007-06-07 02:40:51 +00:00
committed by WineHQ
parent b59a1d0b1f
commit e6b869da5d

View File

@@ -253,7 +253,7 @@ class application_queue
$bCanMove = FALSE; $bCanMove = FALSE;
} }
echo "<table>"; echo "<table cellpadding='5px'>";
echo html_tr($aHeader, "color4"); echo html_tr($aHeader, "color4");
for($i = 0; $oRow = mysql_fetch_object($hResult); $i++) for($i = 0; $oRow = mysql_fetch_object($hResult); $i++)