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);
|
$oUser = new User($this->iSubmitterId);
|
||||||
$aCells = array(
|
$aCells = array(
|
||||||
print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)),
|
print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)),
|
||||||
$oUser->sRealname,
|
$oUser->objectMakeLink(),
|
||||||
$oApp->sName,
|
$oApp->objectMakeLink(),
|
||||||
$this->iVersionId ? $oVersion->sName : "N/A");
|
$this->iVersionId ? $oVersion->objectMakeLink() : "N/A");
|
||||||
|
|
||||||
if(appData::canEdit($oObject->sClass))
|
if(appData::canEdit($oObject->sClass))
|
||||||
$aCells[] = "[ <a href=\"".$oObject->makeUrl("edit",
|
$aCells[] = "[ <a href=\"".$oObject->makeUrl("edit",
|
||||||
|
|||||||
Reference in New Issue
Block a user