Fix colspan
This commit is contained in:
parent
3855ef6073
commit
6f1b9c4678
@ -167,7 +167,7 @@ if ($savehandler == 'files')
|
||||
|
||||
if (count($listofsessions) == 0)
|
||||
{
|
||||
print '<tr '.$bc[false].'><td colspan="6">'.$langs->trans("NoSessionFound", $savepath, $openbasedir).'</td></tr>';
|
||||
print '<tr class="oddeven"><td colspan="7">'.$langs->trans("NoSessionFound", $savepath, $openbasedir).'</td></tr>';
|
||||
}
|
||||
print "</table>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user