DocSystem translations

DocSystem translations
This commit is contained in:
norahmollo
2013-05-06 19:36:45 +00:00
parent c57254f409
commit e4d66390a4
5 changed files with 27 additions and 41 deletions

View File

@@ -233,8 +233,7 @@ class Dashboard extends Controller
}
$dashlets = $this->getDashlets();
$this->setJSVar( 'storeDasUID', $dashlets );
$this->setJSVar('PARTNER_FLAG', (defined('PARTNER_FLAG')) ? PARTNER_FLAG : false);
if ($data->DAS_INS_UID != '') {
$this->pmDashlet->setup( $data->DAS_INS_UID );
$this->setJSVar( 'dashletInstance', $this->pmDashlet->getDashletInstance() );