diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php
index d53481fb803..2f8b1f95e1a 100644
--- a/htdocs/comm/action/fiche.php
+++ b/htdocs/comm/action/fiche.php
@@ -116,7 +116,7 @@ if ($_POST["action"] == 'add_action')
if ($_POST["actionid"] == 5)
{
- $libellecal = "Rendez-vous avec ".$contact->fullname;
+ $libellecal = $langs->trans("TaskRDVWith",$contact->fullname);
$libellecal .= "\n" . $actioncomm->libelle;
}
else
@@ -283,7 +283,7 @@ if ($_GET["action"] == 'create')
* Click to dial
*
*/
- if (defined("MAIN_MODULE_CLICKTODIAL") && MAIN_MODULE_CLICKTODIAL==1)
+ if ($conf->clicktodial->enabled)
{
$user->fetch_clicktodial();
@@ -298,10 +298,12 @@ if ($_GET["action"] == 'create')
print "\n\n";
}
}
+
/*
*
*
*/
+
print_titre ($langs->trans("AddAction"));
print "
";
@@ -350,12 +352,12 @@ if ($_GET["action"] == 'create')
{
print '';
print '';
- print '