Small fix to the DnD code for contacts and small French translation fix for the "Tentative" status

Monotone-Parent: 82a45236051a8825c5786369ead73de38b7f5183
Monotone-Revision: 9db82412ca8b860c427e66329c7aad43fc24aea4

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-07-21T00:20:30
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-07-21 00:20:30 +00:00
parent 65ec32bfb7
commit f1258d4bc7
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1311,7 +1311,7 @@ function dropSelectedContacts (action, toId) {
}
}
var fromId = $(selectedFolders[0]).id;
if (!currentFolderIsRemote () || action != "move") {
if (!currentFolderIsRemote () && fromId.substring(1) != toId) {
var url = ApplicationBaseURL + fromId + "/" + action
+ "?folder=" + toId + "&uid="
+ contactIds.join("&uid=");