objectManager: Cosmetic changes for some admin links
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
c7da357a4c
commit
6cfcf5811f
@@ -1125,6 +1125,7 @@ class ObjectManager
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Returns true if the link was displayed */
|
||||||
private function displayMoveChildren($oObject)
|
private function displayMoveChildren($oObject)
|
||||||
{
|
{
|
||||||
/* Display a link to the move child objects page if the class has the necessary
|
/* Display a link to the move child objects page if the class has the necessary
|
||||||
@@ -1134,7 +1135,10 @@ class ObjectManager
|
|||||||
{
|
{
|
||||||
echo "<a href=\"".$this->makeUrl("showMoveChildren", $this->iId,
|
echo "<a href=\"".$this->makeUrl("showMoveChildren", $this->iId,
|
||||||
"Move Child Objects")."\">Move child objects</a>\n";
|
"Move Child Objects")."\">Move child objects</a>\n";
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Gets the title of the page to be displayed. Classes can set
|
/* Gets the title of the page to be displayed. Classes can set
|
||||||
@@ -1202,9 +1206,10 @@ class ObjectManager
|
|||||||
else
|
else
|
||||||
$oObject->display($aVars);
|
$oObject->display($aVars);
|
||||||
|
|
||||||
|
echo '<br />';
|
||||||
// display the move children entry
|
// display the move children entry
|
||||||
$this->displayMoveChildren($oObject);
|
if($this->displayMoveChildren($oObject))
|
||||||
echo " ";
|
echo " ";
|
||||||
$this->displayChangeParent($oObject);
|
$this->displayChangeParent($oObject);
|
||||||
|
|
||||||
echo html_back_link(1, $sBackLink);
|
echo html_back_link(1, $sBackLink);
|
||||||
|
|||||||
Reference in New Issue
Block a user