Ajout chargement des options de click to dial
This commit is contained in:
parent
fe53f4cd49
commit
eea6276212
@ -441,6 +441,10 @@ if ($_socid > 0)
|
|||||||
* Liste des contacts
|
* Liste des contacts
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
if (defined("MAIN_MODULE_CLICKTODIAL") && MAIN_MODULE_CLICKTODIAL==1)
|
||||||
|
{
|
||||||
|
$user->fetch_clicktodial(); // lecture des infos de clicktodial
|
||||||
|
}
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|
||||||
print '<tr class="liste_titre"><td>'.$langs->trans("Firstname").' '.$langs->trans("Lastname").'</td>';
|
print '<tr class="liste_titre"><td>'.$langs->trans("Firstname").' '.$langs->trans("Lastname").'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user