From 1b3516ce3c89dc2604e730fc53deac519e256ab8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:52:35 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index bbf6d8b..b1e5bde 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -33,12 +33,6 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ this.panel = parentLayout.addxtype({ xtype: 'GridPanel', xns: Roo, - title : "Groups", - fitToframe : true, - fitContainer : true, - tableName : 'Groups', - background : true, - region : 'center', listeners : { activate : function() { _this.panel = this; @@ -47,6 +41,12 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ } } }, + background : true, + fitContainer : true, + fitToframe : true, + region : 'west', + tableName : 'Groups', + title : "Groups", grid : { xtype: 'Grid', xns: Roo.grid, -- 2.39.2