diff --git a/include/objectManager.php b/include/objectManager.php
index 74760b2..7635f22 100644
--- a/include/objectManager.php
+++ b/include/objectManager.php
@@ -1201,6 +1201,14 @@ class ObjectManager
$aVars = $this->get_custom_vars($aClean, "view");
+ echo "
";
+ // display the move children entry
+ if($this->displayMoveChildren($oObject))
+ echo " ";
+ $this->displayChangeParent($oObject);
+
+ echo "
";
+
if(!$aVars)
$oObject->display();
else
@@ -1212,6 +1220,8 @@ class ObjectManager
echo " ";
$this->displayChangeParent($oObject);
+ echo "
";
+
echo html_back_link(1, $sBackLink);
}