Changes for DocSystem translations

Changes for DocSystem translations
This commit is contained in:
norahmollo
2013-05-03 21:36:53 +00:00
parent 9aa061e4df
commit ed9d0cf3c7
4 changed files with 35 additions and 20 deletions

View File

@@ -233,6 +233,8 @@ 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() );