appdb/include application_queue.php

WineHQ wineowner at wine.codeweavers.com
Wed Jun 6 21:40:51 CDT 2007


ChangeSet ID:	31161
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/06/06 21:40:51

Modified files:
	include        : application_queue.php 

Log message:
	Chris Morgan <cmorgan at 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++)



More information about the wine-cvs mailing list