adjusted blank line in txinfo if no transmission
This commit is contained in:
parent
c5b8592ffb
commit
74340cd1a7
1 changed files with 7 additions and 4 deletions
|
@ -76,11 +76,14 @@ foreach ($lastHeard as $listElem) {
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
} else {
|
} else {
|
||||||
if ($counter == 1) {
|
if ($counter == 1) {
|
||||||
|
$colspan = 7;
|
||||||
if (defined("ENABLEXTDLOOKUP")) {
|
if (defined("ENABLEXTDLOOKUP")) {
|
||||||
echo "<tr><td colspan='8'></td></tr>";
|
$colspan++;
|
||||||
} else {
|
|
||||||
echo "<tr><td colspan='7'></td></tr>";
|
|
||||||
}
|
}
|
||||||
|
if (defined("TALKERALIAS")) {
|
||||||
|
$colspan++;
|
||||||
|
}
|
||||||
|
echo "<tr><td colspan='".$colspan."'></td></tr>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue