. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ global $RBAC; $RBAC->requirePermissions('PM_SETUP_ADVANCE'); $G_PUBLISH = new Publisher; $oHeadPublisher =& headPublisher::getSingleton(); $oHeadPublisher->addExtJsScript('additionalTables/additionalTablesExport', false); //adding a javascript file .js $oHeadPublisher->addContent('additionalTables/additionalTablesExport'); //adding a html file .html. $toSend = Array(); $toSend['UID_LIST'] = $_GET["sUID"]; $oHeadPublisher->assign('EXPORT_TABLES', $toSend); G::RenderPage('publish', 'extJs'); ?>