From: Alan Knowles Date: Fri, 14 Jan 2011 07:52:35 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=1b3516ce3c89dc2604e730fc53deac519e256ab8 Pman.Tab.AdminContactsGroup.js --- 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,