Show links in maintainer processing form

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-17 19:39:29 +00:00
committed by WineHQ
parent fafe8c505d
commit 75e6320a51
2 changed files with 43 additions and 51 deletions

View File

@@ -956,6 +956,15 @@ class Version {
return "$oRow->appName $oRow->versionName";
}
/* Creates a link to the version labelled with the full application name */
function fullNameLink($iVersionId)
{
$oVersion = new version($iVersionId);
$sLink = "<a href=\"".$oVersion->objectMakeUrl()."\">".
$oVersion->fullName($iVersionId)."</a>";
return $sLink;
}
function showList($hResult)
{
//show applist