css
This commit is contained in:
parent
6aeba1b79d
commit
5ad999e46d
@ -148,14 +148,14 @@ class box_actions extends ModeleBoxes
|
|||||||
$label = empty($objp->label) ? $objp->type_label : $objp->label;
|
$label = empty($objp->label) ? $objp->type_label : $objp->label;
|
||||||
|
|
||||||
$this->info_box_contents[$line][0] = array(
|
$this->info_box_contents[$line][0] = array(
|
||||||
'td' => '',
|
'td' => 'class="tdoverflowmax200"',
|
||||||
'text' => $actionstatic->getNomUrl(1),
|
'text' => $actionstatic->getNomUrl(1),
|
||||||
'text2'=> $late,
|
'text2'=> $late,
|
||||||
'asis' => 1
|
'asis' => 1
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->info_box_contents[$line][1] = array(
|
$this->info_box_contents[$line][1] = array(
|
||||||
'td' => '',
|
'td' => 'class="tdoverflowmax100"',
|
||||||
'text' => ($societestatic->id > 0 ? $societestatic->getNomUrl(1) : ''),
|
'text' => ($societestatic->id > 0 ? $societestatic->getNomUrl(1) : ''),
|
||||||
'asis' => 1
|
'asis' => 1
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user