Color versions when displaying the version table on the application page. Add dynamic
highlighting and the ability to click on the row in the version table.
This commit is contained in:
@@ -70,7 +70,8 @@ function html_tr($arr, $class = "", $extra = "")
|
||||
}
|
||||
|
||||
function html_tr_highlight_clickable($sUrl, $sClass, $sHighlightColor, $sInactiveColor,
|
||||
$sTextDecorationHighlight = "none", $sTextDecorationInactive = "none")
|
||||
$sTextDecorationHighlight = "none",
|
||||
$sTextDecorationInactive = "none")
|
||||
{
|
||||
echo '<tr class='.$sClass.' '.
|
||||
'onmouseover="ChangeTr(this, true, \''.$sHighlightColor.'\', \''.$sInactiveColor.'\', \''.$sTextDecorationHighlight.'\', \''.$sTextDecorationInactive.'\');"'.
|
||||
|
||||
Reference in New Issue
Block a user