appdb/include testData.php

WineHQ wineowner at wine.codeweavers.com
Tue Jul 24 09:45:23 CDT 2007


ChangeSet ID:	31274
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/07/24 09:45:23

Modified files:
	include        : testData.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Fix rating colors in testData table, set the class, not the style.

Patch: http://cvs.winehq.org/patch.py?id=31274

Old revision  New revision  Changes     Path
 1.72          1.73          +1 -1       appdb/include/testData.php

Index: appdb/include/testData.php
diff -u -p appdb/include/testData.php:1.72 appdb/include/testData.php:1.73
--- appdb/include/testData.php:1.72	24 Jul 2007 14:45:23 -0000
+++ appdb/include/testData.php	24 Jul 2007 14:45:23 -0000
@@ -1020,7 +1020,7 @@ class testData{
         $oTableRow->AddCell(new TableCell($bHasMaintainer ? "YES" : "no"));
         $oTableRow->AddCell(new TableCell($this->sTestedRating));
 
-        $oTableRow->SetStyle($this->sTestedRating);
+        $oTableRow->SetClass($this->sTestedRating);
 
         $oOMTableRow = new OMTableRow($oTableRow);
         $oOMTableRow->SetRowHasDeleteLink(true);



More information about the wine-cvs mailing list