Removed anchor symbol from archived notifications

This commit is contained in:
bergware
2016-09-04 08:45:31 +02:00
parent da027db40f
commit 96b0044ec9

View File

@@ -22,9 +22,9 @@ foreach ($files as $file) {
$fields = explode(PHP_EOL, file_get_contents($file));
$archive = basename($file);
if ($extra = count($fields)>6) {
$td_ = "<td rowspan='3'><a href='#' onclick='openClose($row)'>"; $_td = "<i class='fa fa-anchor'></i></a></td>";
$td_ = "<td rowspan='3'><a href='#' onclick='openClose($row)'>"; $_td = "</a></td>";
} else {
$td_ = "<td>"; $_td = "</td>";
$td_ = "<td style='white-space:nowrap'>"; $_td = "</td>";
}
$c = 0;
foreach ($fields as $field) {