ChangeSet ID: 31161 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/06/06 21:40:51 Modified files: include : application_queue.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Add cellpadding to make the duplicates table look nicer Patch: http://cvs.winehq.org/patch.py?id=31161 Old revision New revision Changes Path 1.5 1.6 +1 -1 appdb/include/application_queue.php Index: appdb/include/application_queue.php diff -u -p appdb/include/application_queue.php:1.5 appdb/include/application_queue.php:1.6 --- appdb/include/application_queue.php:1.5 7 Jun 2007 2:40:51 -0000 +++ appdb/include/application_queue.php 7 Jun 2007 2:40:51 -0000 @@ -253,7 +253,7 @@ class application_queue $bCanMove = FALSE; } - echo "<table>"; + echo "<table cellpadding='5px'>"; echo html_tr($aHeader, "color4"); for($i = 0; $oRow = mysql_fetch_object($hResult); $i++)
participants (1)
-
WineHQ