User editable dashboards... implementation in progress

SVN:trunk[1994]
This commit is contained in:
Denis Flaven
2012-05-21 11:43:25 +00:00
parent 508744262c
commit c68fbf6cd9

View File

@@ -624,6 +624,13 @@ try
}
break;
case 'dashboard_editor':
$sId = utils::ReadParam('id', '');
$idx = ApplicationMenu::GetMenuIndexById($sId);
$oMenu = ApplicationMenu::GetMenuNode($idx);
$oMenu->RenderEditor($oPage);
break;
default:
$oPage->p("Invalid query.");