Add more links in appData::objectOutputTableRow
This commit is contained in:
committed by
WineHQ
parent
f3eb9ffa01
commit
89f3692b9a
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user