ChangeSet ID: 26778 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/24 10:55:56
Modified files: include : util.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Darken up the top X highlighting to make it more visible
Patch: http://cvs.winehq.org/patch.py?id=26778
Old revision New revision Changes Path 1.74 1.75 +1 -1 appdb/include/util.php
Index: appdb/include/util.php diff -u -p appdb/include/util.php:1.74 appdb/include/util.php:1.75 --- appdb/include/util.php:1.74 24 Jul 2006 15:55:56 -0000 +++ appdb/include/util.php 24 Jul 2006 15:55:56 -0000 @@ -280,7 +280,7 @@ function outputTopXRow($oRow) $oVersion = new Version($oRow->versionId); $oApp = new Application($oVersion->iAppId); $img = Screenshot::get_random_screenshot_img(null, $oRow->versionId, false); // image, disable extra formatting - html_tr_highlight_clickable('appview.php?iVersionId='.$oRow->versionId, "white", "#fffef6", "white"); + html_tr_highlight_clickable('appview.php?iVersionId='.$oRow->versionId, "white", "#f0f6ff", "white"); echo ' <td class="app_name"> <a href="appview.php?iVersionId='.$oRow->versionId.'">'.$oApp->sName.' '.$oVersion->sName.'</a></td>