Improvement constant PARTNER_FLAG
- Browser library - HearBeat - tab plugins
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user