From: Alan Knowles Date: Fri, 14 Jan 2011 08:55:28 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=d86a1acdf1381af5c4d3fb71f4a04725fb74111c Pman.Tab.AdminContactsGroup.js --- diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index b4b72e1..5c326f0 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -10,7 +10,7 @@ Pman.on('beforeload', function() Pman.register({ modKey : '001-Pman.Tab.AdminContactsGroup', module : Pman.Tab.AdminContactsGroup, - region : 'west', + region : 'center', parent : Pman.Tab.AdminContactsManager, name : "Pman.Tab.AdminContactsGroup", disabled : false, @@ -408,6 +408,10 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ } }, singleSelect : true + }, + dragTarget : { + xtype: 'DropTarget', + xns: Roo.dd } } });