[*] BO: Improvements on customer services - you are now able to create new threads for synced emails

This commit is contained in:
Rémi Gaillard
2013-02-06 15:28:57 +01:00
parent 85e09e2a0a
commit fbf48fadf8
4 changed files with 204 additions and 151 deletions
@@ -49,8 +49,15 @@
$('#ajax_loader').html('<img src="{$smarty.const._PS_ADMIN_IMG_}ajax-loader.gif">');
ajaxQuery = $.ajax({
type: "POST",
url: "ajax.php",
data: "syncImapMail=1",
url: "index.php",
data: {
ajax: "1",
token: "{$token}",
syncImapMail: "1",
ajax:"1",
action:"syncImap",
tab:"AdminCustomerThreads"
},
dataType : "json",
success: function(jsonData) {
jsonError = '';