Notifications: fixes and enhancements

This commit is contained in:
bergware
2023-02-18 14:03:03 +01:00
parent f14af88fa7
commit 0068527313

View File

@@ -30,7 +30,7 @@ foreach ($files as $file) {
if ($filter && $filter != substr($fields[4],11)) continue;
$rows++;
$archive = basename($file);
if ($extra = count($fields)>6) {
if ($extra = count($fields)>5) {
$td_ = "<td data='*' rowspan='3'><a href='#' onclick='openClose($row)'>"; $_td = "</a></td>";
} else {
$td_ = "<td data='*' style='white-space:nowrap'>"; $_td = "</td>";