Improvement constant PARTNER_FLAG

- Browser library
- HearBeat
- tab plugins
This commit is contained in:
Marco Antonio Nina
2013-03-18 15:13:14 -04:00
parent 517726c938
commit d6918697aa
6 changed files with 32 additions and 19 deletions

View File

@@ -30,7 +30,8 @@ $conf = new Configurations();
$oHeadPublisher->addExtJsScript( 'processes/main', true ); //adding a javascript file .js
$oHeadPublisher->addContent( 'processes/main' ); //adding a html file .html.
$valueShow = (defined('PARTNER_FLAG')) ? PARTNER_FLAG : true;
$oHeadPublisher->assign( 'PARTNER_FLAG', $valueShow );
$oHeadPublisher->assign( 'pageSize', $conf->getEnvSetting( 'casesListRowNumber' ) );
G::RenderPage( 'publish', 'extJs' );