objectManager: Also show admin links at the top when viewing entries (+cosmetic)

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-04-22 22:01:19 +02:00
committed by Alexander Nicolaysen Sørnes
parent 6b48113a8f
commit 64a9306d31

View File

@@ -1201,6 +1201,14 @@ class ObjectManager
$aVars = $this->get_custom_vars($aClean, "view");
echo "<br />";
// display the move children entry
if($this->displayMoveChildren($oObject))
echo " &nbsp; &nbsp; ";
$this->displayChangeParent($oObject);
echo "<br /><br />";
if(!$aVars)
$oObject->display();
else
@@ -1212,6 +1220,8 @@ class ObjectManager
echo " &nbsp; &nbsp; ";
$this->displayChangeParent($oObject);
echo "<br /><br />";
echo html_back_link(1, $sBackLink);
}