浏览代码

Refresh the whole dashboard when extending the layout

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2054 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父节点
当前提交
d482de460b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/dashboardlayout.class.inc.php

+ 1 - 0
application/dashboardlayout.class.inc.php

@@ -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++)
 			{