forked from Wavyzz/dolibarr
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -52,7 +52,7 @@ class ModeleBoxes // Can't be abstract as it is instantiated to build "empty" bo
|
||||
public $param;
|
||||
|
||||
/**
|
||||
* @var array box info heads
|
||||
* @var array box info heads. Example: array('text' => $langs->trans("BoxScheduledJobs", $max), 'nbcol' => 4);
|
||||
*/
|
||||
public $info_box_head = array();
|
||||
|
||||
@@ -261,7 +261,7 @@ class ModeleBoxes // Can't be abstract as it is instantiated to build "empty" bo
|
||||
|
||||
$out .= '<div class="box divboxtable boxdraggable" id="boxto_'.$this->box_id.'">'."\n";
|
||||
if (!empty($head['text']) || !empty($head['sublink']) || !empty($head['subpicto']) || $nblines) {
|
||||
$out .= '<table summary="boxtable'.$this->box_id.'" width="100%" class="noborder boxtable">'."\n";
|
||||
$out .= '<table summary="boxtable'.$this->box_id.'" class="noborder boxtable centpercent">'."\n";
|
||||
}
|
||||
|
||||
// Show box title
|
||||
|
||||
Reference in New Issue
Block a user