Fix look and feel v11
This commit is contained in:
parent
7878fe49df
commit
03ee488d5f
@ -938,7 +938,7 @@ if ($step == 4 && $datatoexport)
|
||||
// List of filtered fiels
|
||||
if (isset($objexport->array_export_TypeFields[0]) && is_array($objexport->array_export_TypeFields[0]))
|
||||
{
|
||||
print '<tr><td width="25%">'.$langs->trans("FilteredFields").'</td>';
|
||||
print '<tr><td>'.$langs->trans("FilteredFields").'</td>';
|
||||
$list = '';
|
||||
if (!empty($array_filtervalue))
|
||||
{
|
||||
@ -952,7 +952,7 @@ if ($step == 4 && $datatoexport)
|
||||
}
|
||||
}
|
||||
}
|
||||
print '<td>'.(!empty($list) ? $list : $langs->trans("None")).'</td>';
|
||||
print '<td>'.(!empty($list) ? $list : '<span class="opacitymedium">'.$langs->trans("None").'</span>').'</td>';
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user