Fix responsive
This commit is contained in:
parent
83dc1e8cd0
commit
086b23f66c
@ -1259,7 +1259,7 @@ while ($i < min($num, $limit))
|
||||
if (!empty($arrayfields['s.fk_prospectlevel']['checked']))
|
||||
{
|
||||
// Prospect level
|
||||
print '<td class="center tdoverflowmax100">';
|
||||
print '<td class="center">';
|
||||
print $companystatic->getLibProspLevel();
|
||||
print "</td>";
|
||||
if (!$i) $totalarray['nbfield']++;
|
||||
@ -1283,7 +1283,7 @@ while ($i < min($num, $limit))
|
||||
// Parent company
|
||||
if (!empty($arrayfields['s2.nom']['checked']))
|
||||
{
|
||||
print '<td class="center">';
|
||||
print '<td class="center tdoverflowmax100">';
|
||||
if ($companystatic->fk_parent > 0)
|
||||
{
|
||||
$companyparent->fetch($companystatic->fk_parent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user