From c3c6d7592bd5e62dad9ce53a2a43df504333cfc8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Jan 2011 10:41:31 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; //} } }, -- 2.39.2