- Added an option to hide the process information on start case panel -- the option is in ADMIN->Environments->Hide Process Information checkbox
8 lines
326 B
PHP
Executable File
8 lines
326 B
PHP
Executable File
<?php
|
|
G::loadClass('configuration');
|
|
$c = new Configurations;
|
|
$oHeadPublisher =& headPublisher::getSingleton();
|
|
$oHeadPublisher->addExtJsScript('setup/environmentSettings', true);
|
|
//$conf->aConfig['startCaseHideProcessInf']
|
|
$oHeadPublisher->assign('FORMATS',$c->getFormats());
|
|
G::RenderPage('publish', 'extJs'); |