Skip to content
Snippets Groups Projects
Commit e6031186 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #5174 from frederic34/patch-7

put colspan in td instead tr
parents 156a5349 89684ce0
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ if (! empty($conf->contrat->enabled) && $user->rights->contrat->lire)
}
else
{
print '<tr colspan="3" '.$bc[$var].'><td>'.$langs->trans("NoContracts").'</td></tr>';
print '<tr '.$bc[$var].'><td colspan="3">'.$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.
Finish editing this message first!
Please register or to comment