Exemplo n.º 1
0
 function __construct($sPage = '')
 {
     parent::__construct($sPage);
     $this->sSubpageUrl = BX_DOL_URL_STUDIO . 'polyglot.php?page=';
     $this->aMenuItems = array(BX_DOL_STUDIO_PGT_TYPE_SETTINGS => array('icon' => 'cogs'), BX_DOL_STUDIO_PGT_TYPE_KEYS => array('icon' => 'key'), BX_DOL_STUDIO_PGT_TYPE_ETEMPLATES => array('icon' => 'envelope-o'));
     $this->aGridObjects = array('keys' => 'sys_studio_lang_keys', 'etemplates' => 'sys_studio_lang_etemplates');
 }
Exemplo n.º 2
0
 function __construct($sPage = '')
 {
     parent::__construct($sPage);
     $this->sSubpageUrl = BX_DOL_URL_STUDIO . 'polyglot.php?page=';
 }