Fix responsive
This commit is contained in:
parent
6544ba010e
commit
4812dd2743
@ -1287,7 +1287,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']++;
|
||||
@ -1311,7 +1311,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