Notifications: fixes and enhancements

This commit is contained in:
bergware
2023-02-18 15:35:15 +01:00
parent 7af9b92b63
commit 08a33bbb7b
3 changed files with 12 additions and 9 deletions
@@ -49,6 +49,6 @@ foreach ($files as $file) {
$row++;
}
}
if ($rows==0) echo "<tr><td></td><td colspan='4' style='text-align:center;padding-top:12px'><em>"._("No notifications present")."</em></td><td></td></tr>";
if ($rows==0) echo "<tr><td colspan='6' style='padding-top:12px'><center><em>"._("No notifications present")."</em></center></td></tr>";
echo "\0$rows";
?>