Refresh the whole dashboard when extending the layout

SVN:trunk[2054]
This commit is contained in:
Denis Flaven
2012-05-29 15:50:57 +00:00
parent eb9c5d8fe2
commit 8a85abf6b4

View File

@@ -119,6 +119,7 @@ abstract class DashboardLayoutMultiCol extends DashboardLayout
}
if ($bEditMode) // Add one row for extensibility
{
$sStyle = 'style="border: 1px #ccc dashed; width:'.$fColSize.'%;" class="layout_cell edit_mode layout_extension"';
$oPage->add('<tr>');
for($iCols = 0; $iCols < $this->iNbCols; $iCols++)
{