Fixing style errors.
This commit is contained in:
parent
7d72fc70c7
commit
2bf054364d
@ -335,7 +335,7 @@ if ($cats < 0)
|
|||||||
{
|
{
|
||||||
dol_print_error($db, $cats->error, $cats->errors);
|
dol_print_error($db, $cats->error, $cats->errors);
|
||||||
}
|
}
|
||||||
else if(count($cats) < 1)
|
elseif(count($cats) < 1)
|
||||||
{
|
{
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
print '<td colspan="3" class="opacitymedium">'.$langs->trans("NoSubCat").'</td>';
|
print '<td colspan="3" class="opacitymedium">'.$langs->trans("NoSubCat").'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user