ChangeSet ID: 31274 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/07/24 09:45:23
Modified files: include : testData.php
Log message: Alexander Nicolaysen Sørnes alex@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);