Improve design of read-only pop up device info dialog

Re design device details dialog
Aldo did some folder info related changes at server side php file
This commit is contained in:
csoni
2017-02-21 12:42:13 +05:30
committed by Ronald Toussaint
parent 1b0d83f0e2
commit 1ff20da262
12 changed files with 489 additions and 247 deletions

View File

@ -207,7 +207,7 @@ Zarafa.plugins.mdm.settings.MDMSettingsWidget = Ext.extend(Zarafa.settings.ui.Se
onRowDblClick : function (grid, rowIndex)
{
var record = grid.getStore().getAt(rowIndex);
Zarafa.core.data.UIFactory.openLayerComponent(Zarafa.core.data.SharedComponentType['mdm.dialog.mdmdevicedetails'], undefined, {
Zarafa.core.data.UIFactory.openLayerComponent(Zarafa.core.data.SharedComponentType['mdm.dialog.mdmdevicecontentpanel'], undefined, {
manager : Ext.WindowMgr,
record : record
});