Dashboard: transformed a few overviews into customizable dashboards

SVN:trunk[2014]
This commit is contained in:
Romain Quetiez
2012-05-23 10:35:53 +00:00
parent ef453537d3
commit 28a7930a13
13 changed files with 88 additions and 73 deletions

View File

@@ -145,7 +145,7 @@ abstract class Dashboard
public function Render($oPage, $bEditMode = false, $aExtraParams = array())
{
$oPage->add('<h1>'.$this->sTitle.'</h1>');
$oPage->add('<h1>'.Dict::S($this->sTitle).'</h1>');
$oLayout = new $this->sLayoutClass;
$oLayout->Render($oPage, $this->aDashlets, $bEditMode, $aExtraParams);
if (!$bEditMode)