Skip to content
Snippets Groups Projects
Commit 834356b6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing opacity css

parent efe1cde3
Branches
Tags
No related merge requests found
......@@ -273,7 +273,7 @@ if (! empty($conf->contrat->enabled) && $user->rights->contrat->lire)
}
else
{
print '<tr '.$bc[$var].'><td colspan="3">'.$langs->trans("NoContracts").'</td></tr>';
print '<tr '.$bc[$var].' class><td colspan="3" class="opacitymedium">'.$langs->trans("NoContracts").'</td></tr>';
}
print "</table><br>";
$db->free($resql);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment