Show links in maintainer processing form
This commit is contained in:
committed by
WineHQ
parent
fafe8c505d
commit
75e6320a51
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user