Files
luos/workflow/engine/methods/setup/environmentSettings.php

8 lines
326 B
PHP
Raw Normal View History

2010-12-02 23:34:41 +00:00
<?php
G::loadClass('configuration');
2011-02-18 16:00:32 +00:00
$c = new Configurations;
2010-12-02 23:34:41 +00:00
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->addExtJsScript('setup/environmentSettings', true);
//$conf->aConfig['startCaseHideProcessInf']
2011-02-18 16:00:32 +00:00
$oHeadPublisher->assign('FORMATS',$c->getFormats());
2010-12-02 23:34:41 +00:00
G::RenderPage('publish', 'extJs');