Add more links in appData::objectOutputTableRow

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-25 03:53:01 +00:00
committed by WineHQ
parent f3eb9ffa01
commit 89f3692b9a

View File

@@ -355,9 +355,9 @@ class appData
$oUser = new User($this->iSubmitterId);
$aCells = array(
print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)),
$oUser->sRealname,
$oApp->sName,
$this->iVersionId ? $oVersion->sName : "N/A");
$oUser->objectMakeLink(),
$oApp->objectMakeLink(),
$this->iVersionId ? $oVersion->objectMakeLink() : "N/A");
if(appData::canEdit($oObject->sClass))
$aCells[] = "[ <a href=\"".$oObject->makeUrl("edit",