FIX extrafield css for boolean type
This commit is contained in:
parent
0080821dc5
commit
ec59f08e41
@ -728,6 +728,10 @@ class ExtraFields
|
||||
{
|
||||
$showsize='minwidth400imp';
|
||||
}
|
||||
elseif ($type == 'boolean')
|
||||
{
|
||||
$showsize='';
|
||||
}
|
||||
else
|
||||
{
|
||||
if (round($size) < 12)
|
||||
|
||||
@ -34,7 +34,7 @@ print '<br>';
|
||||
$extrafields->fetch_name_optionals_label($elementtype);
|
||||
|
||||
print '<div class="div-table-responsive">';
|
||||
print "<table summary=\"listofattributes\" class=\"noborder\" width=\"100%\">";
|
||||
print '<table summary="listofattributes" class="noborder" width="100%">';
|
||||
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td align="left">'.$langs->trans("Position").'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user