Import XPDL Option Added

This commit is contained in:
girish
2010-12-08 10:18:53 +00:00
parent 3dd41e58ad
commit 5a710dbd46
5 changed files with 21 additions and 7 deletions

View File

@@ -53,7 +53,7 @@
$G_ID_MENU_SELECTED = 'PROCESSES';
$G_PUBLISH = new Publisher;
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'processes/processes_ImportExistingXpdl', '', $Fields, 'processes_ImportExistingXpdl' );
G::RenderPage('publish');
G::RenderPage('publish', "blank");
die;
}
// code added by gustavo cruz gustavo-at-colosa-dot-com
@@ -88,7 +88,7 @@
$G_ID_MENU_SELECTED = 'PROCESSES';
$G_PUBLISH = new Publisher;
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'processes/processes_ValidatingGroups', '', $Fields, 'processes_ImportFile' );
G::RenderPage('publish');
G::RenderPage('publish', "blank");
die;
}
// end added code
@@ -101,5 +101,5 @@ catch ( Exception $e ){
$G_PUBLISH = new Publisher;
$aMessage['MESSAGE'] = $e->getMessage();
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/showMessage', '', $aMessage );
G::RenderPage('publish');
G::RenderPage('publish', "blank");
}