Look and feel v11

This commit is contained in:
Laurent Destailleur 2019-10-24 15:56:56 +02:00
parent 2eed48e091
commit 6e603a0636

View File

@ -1198,7 +1198,7 @@ if ($step == 5 && $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>';
}