css
This commit is contained in:
parent
395b71302a
commit
5aaf17a340
@ -127,7 +127,7 @@ if ($id > 0) {
|
||||
$langs->load("errors");
|
||||
print '<span class="error">'.$langs->trans("ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv("ClickToDial")).'</span>';
|
||||
} else {
|
||||
print ' '.$form->textwithpicto($langs->trans("KeepEmptyToUseDefault").': '.$conf->global->CLICKTODIAL_URL, $langs->trans("ClickToDialUrlDesc"));
|
||||
print '<br>'.$form->textwithpicto('<span class="opacitymedium">'.$langs->trans("KeepEmptyToUseDefault").'</span>:<br>'.$conf->global->CLICKTODIAL_URL, $langs->trans("ClickToDialUrlDesc"));
|
||||
}
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
@ -154,7 +154,7 @@ if ($id > 0) {
|
||||
print '<table class="border centpercent tableforfield">';
|
||||
|
||||
if (!empty($user->admin)) {
|
||||
print '<tr><td class="titlefield">ClickToDial URL</td>';
|
||||
print '<tr><td class="">ClickToDial URL</td>';
|
||||
print '<td class="valeur">';
|
||||
if (!empty($conf->global->CLICKTODIAL_URL)) {
|
||||
$url = $conf->global->CLICKTODIAL_URL;
|
||||
@ -172,7 +172,7 @@ if ($id > 0) {
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
print '<tr><td class="titlefield">ClickToDial '.$langs->trans("IdPhoneCaller").'</td>';
|
||||
print '<tr><td class="">ClickToDial '.$langs->trans("IdPhoneCaller").'</td>';
|
||||
print '<td class="valeur">'.(!empty($object->clicktodial_poste) ? $object->clicktodial_poste : '').'</td>';
|
||||
print "</tr>";
|
||||
|
||||
|
||||
@ -108,7 +108,7 @@ dol_banner_tab($object, 'id', $linkback, (!empty($user->rights->user->user->lire
|
||||
print '<div class="fichecenter">';
|
||||
print '<div class="underbanner clearboth"></div>';
|
||||
|
||||
print '<table class="border centpercent">';
|
||||
print '<table class="border centpercent tableforfield">';
|
||||
|
||||
// Name (already in dol_banner, we keep it to have the GlobalGroup picto, but we should move it in dol_banner)
|
||||
if (!empty($conf->mutlicompany->enabled)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user