mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Fix coding style part 2
This commit is contained in:
@@ -16,7 +16,7 @@ else {
|
||||
$text = $ap['name'].' '.$ap['type'];
|
||||
$ap['text'] = $text;
|
||||
|
||||
echo "<tr style=\"background-color: $row_colour;\" valign=top onmouseover=\"this.style.backgroundColor='$list_highlight';\" onmouseout=\"this.style.backgroundColor='$row_colour';\" onclick=\"location.href='".generate_ap_url($ap)."/'\" style='cursor: pointer;'>
|
||||
echo "<tr style=\"background-color: $row_colour;\" valign=top onmouseover=\"this.style.backgroundColor='$list_highlight';\" onmouseout=\"this.style.backgroundColor='$row_colour';\" onclick=\"location.href='".generate_ap_url($ap)."/'\" style='cursor: pointer;'>
|
||||
<td valign=top width=350>";
|
||||
echo ' <span class=list-large> '.generate_ap_link($ap, " $text </span><br />");
|
||||
echo '<span class=interface-desc>';
|
||||
|
||||
Reference in New Issue
Block a user