objectManager: Also show admin links at the top when viewing entries (+cosmetic)
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
6b48113a8f
commit
64a9306d31
@@ -1201,6 +1201,14 @@ class ObjectManager
|
|||||||
|
|
||||||
$aVars = $this->get_custom_vars($aClean, "view");
|
$aVars = $this->get_custom_vars($aClean, "view");
|
||||||
|
|
||||||
|
echo "<br />";
|
||||||
|
// display the move children entry
|
||||||
|
if($this->displayMoveChildren($oObject))
|
||||||
|
echo " ";
|
||||||
|
$this->displayChangeParent($oObject);
|
||||||
|
|
||||||
|
echo "<br /><br />";
|
||||||
|
|
||||||
if(!$aVars)
|
if(!$aVars)
|
||||||
$oObject->display();
|
$oObject->display();
|
||||||
else
|
else
|
||||||
@@ -1212,6 +1220,8 @@ class ObjectManager
|
|||||||
echo " ";
|
echo " ";
|
||||||
$this->displayChangeParent($oObject);
|
$this->displayChangeParent($oObject);
|
||||||
|
|
||||||
|
echo "<br /><br />";
|
||||||
|
|
||||||
echo html_back_link(1, $sBackLink);
|
echo html_back_link(1, $sBackLink);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user