Update Look n Feel and Functionality of Group Manager

This commit is contained in:
Enrique Ponce de Leon
2011-02-07 22:54:01 +00:00
parent aaf9848281
commit 0f65a9ecf2
8 changed files with 503 additions and 352 deletions

View File

@@ -71,7 +71,7 @@ $oGroup->load($_REQUEST['GRP_UID']);
$groups['GRP_UID'] = $_REQUEST['GRP_UID'];
$groups['GRP_TITLE'] = $oGroup->getGrpTitle();
$oHeadPublisher->assign('TRANSLATIONS', $labels);
//$oHeadPublisher->assign('TRANSLATIONS', $labels);
$oHeadPublisher->assign('GROUPS', $groups);
G::RenderPage('publish', 'extJs');
?>