diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
index 4de405e3567..3bc2eb5982c 100644
--- a/htdocs/core/lib/company.lib.php
+++ b/htdocs/core/lib/company.lib.php
@@ -726,7 +726,8 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
$coords .= "
".addslashes($object->country);
}
- print '
';
+ print ' | '; // hideonsmatphone because copyToClipboard call jquery dialog that does not work with jmobile
+ print '';
print img_picto($langs->trans("Address"), 'object_address.png');
print ' | ';
@@ -771,15 +772,15 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
print "
\n";
?>
-
-
+
+ $("#dialog").dialog()
function copyToClipboard (text) {
text = text.replace(/
/g,"\n");
var newElem = "
'.$langs->trans('HelpCopyToClipboard').'";
$("#dialog").html(newElem);
- $( "#dialog" ).dialog();
+ $("#dialog").dialog();
$("#coords").select();
return false;
}
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index ee651563845..b46f2c57be4 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -1435,7 +1435,7 @@ AccountancyCodeBuy=Purchase account. code
AgendaSetup=Events and agenda module setup
PasswordTogetVCalExport=Key to authorize export link
PastDelayVCalExport=Do not export event older than
-AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm)
+AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionnary -> Type of agenda events)
##### ClickToDial #####
ClickToDialDesc=This module allows to add an icon after phone numbers. A click on this icon will call a server with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
##### Point Of Sales (CashDesk) #####