This commit is contained in:
Laurent Destailleur 2014-03-31 01:45:48 +02:00
parent b675b9b610
commit d48cbeb720

View File

@ -164,7 +164,7 @@ if ($result)
}
else
{
print '<tr '.$bc[$var].'><td colspan="2">'.$langs->trans("None").'</td></tr>';
print '<tr '.$bc[$var].'><td colspan="5">'.$langs->trans("None").'</td></tr>';
}
print '</table><br>';
}