From: Alan Knowles Date: Mon, 17 Jan 2011 02:41:31 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=c3c6d7592bd5e62dad9ce53a2a43df504333cfc8 Pman.Tab.AdminContactsGroup.js --- diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 7d83ed1..322e807 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -404,10 +404,10 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ return } if (isFromGroup && !isToGroup) { - return 'x-dd-drop-ok-sub'; + this.valid = 'sub'; } //if (!isFromGroup && isToGroup) { - return 'x-dd-drop-ok-add'; + this.valid = 'add'; //} } },