Add om method for displaying a move child objects page. A link to this page is displayed in

an entry's view page automatically if the class that entry has the required methods
objectMoveChildren and objectGetId
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-27 23:43:43 +00:00
committed by WineHQ
parent 2f3587f15d
commit eb49e9344d
3 changed files with 82 additions and 0 deletions

View File

@@ -82,6 +82,10 @@ if($oObject->iId)
$oObject->display_entry_for_editing($REQUEST_URI, $sErrors);
break;
case "showMoveChildren":
$oObject->display_move_children();
break;
default:
$oObject->view($REQUEST_URI);
break;