diff --git a/addons/thunderbird/plugin/chrome/openerp_plugin.jar b/addons/thunderbird/plugin/chrome/openerp_plugin.jar index cca77785288..035dc36c9b4 100644 Binary files a/addons/thunderbird/plugin/chrome/openerp_plugin.jar and b/addons/thunderbird/plugin/chrome/openerp_plugin.jar differ diff --git a/addons/thunderbird/plugin/chrome/openerp_plugin/content/overlay.js b/addons/thunderbird/plugin/chrome/openerp_plugin/content/overlay.js index 75a4b67b6e3..7d7c9098bce 100755 --- a/addons/thunderbird/plugin/chrome/openerp_plugin/content/overlay.js +++ b/addons/thunderbird/plugin/chrome/openerp_plugin/content/overlay.js @@ -21,7 +21,7 @@ function searchmail() setTimeout("module_install()", 10000) if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } var prefService = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService); @@ -159,7 +159,7 @@ function searchmail() att =getAttachValue() if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } window.open("chrome://openerp_plugin/content/plugin.xul", "", "chrome, resizable=yes"); @@ -170,7 +170,7 @@ function searchmail() { if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } window.open("chrome://openerp_plugin/content/plugin.xul", "", "chrome, resizable=yes"); @@ -188,7 +188,7 @@ function open_contact() setTimeout("module_install()", 10000) if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } if(GetNumSelectedMessages() < 1 || GetNumSelectedMessages() > 1){ @@ -235,7 +235,7 @@ function open_contact() if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } window.open("chrome://openerp_plugin/content/address.xul", "", "chrome, resizable=yes"); diff --git a/addons/thunderbird/plugin/openerp_plugin.xpi b/addons/thunderbird/plugin/openerp_plugin.xpi index fbc5f6c8adb..bcf07e711c3 100644 Binary files a/addons/thunderbird/plugin/openerp_plugin.xpi and b/addons/thunderbird/plugin/openerp_plugin.xpi differ diff --git a/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin.jar b/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin.jar index 4973f45d091..7e46f2a736d 100644 Binary files a/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin.jar and b/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin.jar differ diff --git a/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/content/overlay.js b/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/content/overlay.js index 75a4b67b6e3..7d7c9098bce 100755 --- a/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/content/overlay.js +++ b/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/content/overlay.js @@ -21,7 +21,7 @@ function searchmail() setTimeout("module_install()", 10000) if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } var prefService = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService); @@ -159,7 +159,7 @@ function searchmail() att =getAttachValue() if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } window.open("chrome://openerp_plugin/content/plugin.xul", "", "chrome, resizable=yes"); @@ -170,7 +170,7 @@ function searchmail() { if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } window.open("chrome://openerp_plugin/content/plugin.xul", "", "chrome, resizable=yes"); @@ -188,7 +188,7 @@ function open_contact() setTimeout("module_install()", 10000) if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } if(GetNumSelectedMessages() < 1 || GetNumSelectedMessages() > 1){ @@ -235,7 +235,7 @@ function open_contact() if (getmodule_install() == "no") { - alert("Please install the thunderbird module on your '" + getDbName() +"' database Or try again !"); + alert("Please install the thunderbird module on your '" + getDbName() +"' database and try again !"); return false } window.open("chrome://openerp_plugin/content/address.xul", "", "chrome, resizable=yes");