Module: appdb Branch: master Commit: 374bc7a829829615b6875c668c840cfa4ec37d60 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=374bc7a829829615b6875c668...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Nov 17 10:49:19 2016 -0600
remove old highlight code
---
include/testData.php | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/include/testData.php b/include/testData.php index 2a83066..326de0c 100644 --- a/include/testData.php +++ b/include/testData.php @@ -586,20 +586,12 @@ class testData{ { $sTRClass = $bgcolor;
- $oInactiveColor = new color(); - $oInactiveColor->SetColorByName($this->sTestedRating); - - $oHighlightColor = GetHighlightColorFromInactiveColor($oInactiveColor); - - $oTableRowHighlight = new TableRowHighlight($oHighlightColor, $oInactiveColor); - $sUrl = $sLink.$this->iTestingId;
if($bShowAll) $sUrl .= '&bShowAll=true';
$oTableRowClick = new TableRowClick($sUrl); - $oTableRowClick->SetHighlight($oTableRowHighlight);
// add the table element indicating that the user can show the row by clicking on it $oTableCell = new TableCell("Show");