Progress 14 for the dashboards

This commit is contained in:
Julio Cesar Laura
2011-10-31 20:19:21 -04:00
parent c643744c99
commit a8e653d82e
3 changed files with 39 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ class Dashboard extends Controller {
$width = 300;
}
else {
$width = $_REQUEST['w']-10;
$width = $_REQUEST['w'];
}
$this->pmDashlet->render( $width);
}
@@ -119,6 +119,7 @@ class Dashboard extends Controller {
}
catch (Exception $error) {
//ToDo: Display a error message
error_log($error->getMessage());
}
}