summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-04 16:24:56 +0000
committerBill Marquette <billm@pfsense.org>2005-07-04 16:24:56 +0000
commit0f10aee430288f25dc4f0454e3aa18ccfe050bb2 (patch)
tree56a29ce62cb0596e6753af1c4587afe4f5c225c8 /usr/local/www/diag_logs_filter.php
parentd8bde4c51d36485e5c4443befc799cf7ce6a3e45 (diff)
downloadpfsense-0f10aee430288f25dc4f0454e3aa18ccfe050bb2.zip
pfsense-0f10aee430288f25dc4f0454e3aa18ccfe050bb2.tar.gz
Last of the bottom round fixes
Turn top rounding back on now that those are all fixed
Diffstat (limited to 'usr/local/www/diag_logs_filter.php')
-rwxr-xr-xusr/local/www/diag_logs_filter.php24
1 files changed, 8 insertions, 16 deletions
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index 1ef61b1..9c2a3a1 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -120,7 +120,6 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
-<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@@ -136,11 +135,13 @@ include("head.inc");
?>
</td></tr>
<tr>
- <td class="tabcont">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<?php if (!isset($config['syslog']['rawfilter'])):
$filterlog = conv_clog($filter_logfile, $nentries);
?>
- <table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
+ <tr>
<td colspan="6" class="listtopic">
Last <?=$nentries;?> firewall log entries</td>
</tr>
@@ -167,30 +168,21 @@ include("head.inc");
<td class="listr" nowrap><?=htmlspecialchars($filterent['dst']);?></td>
<td class="listr" nowrap><?=htmlspecialchars($filterent['proto']);?></td>
</tr><?php endforeach; ?>
- </table>
<?php else: ?>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="listtopic">
Last <?=$nentries;?> firewall log entries</td>
</tr>
<?php dump_clog($filter_logfile, $nentries); ?>
- </table>
<?php endif; ?>
- <br><form action="diag_logs_filter.php" method="post">
-<input name="clear" type="submit" class="formbtn" value="Clear log">
+ <tr><td><br><form action="diag_logs_filter.php" method="post">
+<input name="clear" type="submit" class="formbtn" value="Clear log"></td></tr>
</form>
+ </table>
+ </div>
</td>
</tr>
</table>
-</div>
<?php include("fend.inc"); ?>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-</script>
-
</body>
</html>
-
-
OpenPOWER on IntegriCloud