fileSystemRoot/presentation/Html.inc"); global $default; if (checkSession()) { // include the page template (with navbar) require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $Center .= renderHeading(_("Edit Group")); $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "\n"; $Center .= "
" . _("Update Successful!") . "
rootUrl/control.php?action=listGroups\">
\n"; $oPatternCustom = & new PatternCustom(); $oPatternCustom->setHtml($Center); $main->setCentralPayload($oPatternCustom); $main->render(); } ?>