. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. */ // this script calls the template that constructs the wizard form for a trigger if (($RBAC_Response = $RBAC->userCanAccess( "PM_FACTORY" )) != 1) { return $RBAC_Response; } if (! class_exists( 'Triggers' )) { require_once ('classes/model/Triggers.php'); } $G_PUBLISH = new Publisher(); $G_PUBLISH->AddContent( 'view', 'triggers/triggers_EditWizard', '', '', $_GET, '' ); G::RenderPage( 'publish', 'raw' ); ?>