diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2012-10-01 15:46:21 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2012-10-01 15:46:21 +0200 |
commit | f062f033865e6003c505ff266749b6d2216a68bd (patch) | |
tree | 52be96e6ca3a63889a0f6e54db7cceb25234353d /usr | |
parent | da601f8e08b4569d15b59f1e8a113d337f03a9a0 (diff) | |
download | pfsense-f062f033865e6003c505ff266749b6d2216a68bd.zip pfsense-f062f033865e6003c505ff266749b6d2216a68bd.tar.gz |
firewall log, show cell border when using 'column descriptions'
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/diag_logs_filter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php index 6fd8f24..7e0a82e 100755 --- a/usr/local/www/diag_logs_filter.php +++ b/usr/local/www/diag_logs_filter.php @@ -202,7 +202,7 @@ include("head.inc"); <td class="listMRr" nowrap="nowrap"><?php echo htmlspecialchars($filterent['interface']);?></td> <?php if ($config['syslog']['filterdescriptions'] === "1") - echo("<td class=\"listrg\" nowrap=\"nowrap\">".find_rule_by_number_buffer($filterent['rulenum'],$filterent['act'])."</td>"); + echo("<td class=\"listMRr\" nowrap=\"nowrap\">".find_rule_by_number_buffer($filterent['rulenum'],$filterent['act'])."</td>"); $int = strtolower($filterent['interface']); $proto = strtolower($filterent['proto']); |