Responsive
This commit is contained in:
parent
4909a21f8a
commit
ed3f95b4a6
@ -136,7 +136,7 @@ class box_contracts extends ModeleBoxes
|
|||||||
// if ($objp->fk_statut == 1 && $dateterm < ($now - $conf->contrat->cloture->warning_delay)) { $late = img_warning($langs->trans("Late")); }
|
// if ($objp->fk_statut == 1 && $dateterm < ($now - $conf->contrat->cloture->warning_delay)) { $late = img_warning($langs->trans("Late")); }
|
||||||
|
|
||||||
$this->info_box_contents[$line][] = array(
|
$this->info_box_contents[$line][] = array(
|
||||||
'td' => '',
|
'td' => 'class="nowraponall"',
|
||||||
'text' => $contractstatic->getNomUrl(1),
|
'text' => $contractstatic->getNomUrl(1),
|
||||||
'text2'=> $late,
|
'text2'=> $late,
|
||||||
'asis'=>1
|
'asis'=>1
|
||||||
|
|||||||
@ -150,7 +150,7 @@ class box_factures_imp extends ModeleBoxes
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->info_box_contents[$line][] = array(
|
$this->info_box_contents[$line][] = array(
|
||||||
'td' => '',
|
'td' => 'class="nowraponall"',
|
||||||
'text' => $facturestatic->getNomUrl(1),
|
'text' => $facturestatic->getNomUrl(1),
|
||||||
'text2'=> $late,
|
'text2'=> $late,
|
||||||
'asis' => 1,
|
'asis' => 1,
|
||||||
|
|||||||
@ -133,7 +133,7 @@ class box_services_expired extends ModeleBoxes
|
|||||||
if (($dateline + $conf->contrat->services->expires->warning_delay) < $now) $late=img_warning($langs->trans("Late"));
|
if (($dateline + $conf->contrat->services->expires->warning_delay) < $now) $late=img_warning($langs->trans("Late"));
|
||||||
|
|
||||||
$this->info_box_contents[$i][] = array(
|
$this->info_box_contents[$i][] = array(
|
||||||
'td' => '',
|
'td' => 'class="nowraponall"',
|
||||||
'text' => $contract->getNomUrl(1),
|
'text' => $contract->getNomUrl(1),
|
||||||
'asis' => 1
|
'asis' => 1
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user