aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_blocked.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2010-08-18 00:44:25 -0700
committerrobiscool <robrob2626@yahoo.com>2010-08-18 00:44:57 -0700
commit2eb7993da4ebb286b413fd50f2720a735bc4bcf8 (patch)
tree7b6479ee1a7c9bacccaf421786f9b6ecca32313f /config/snort/snort_blocked.php
parentdef915603f9ae111aea4a647dc88b254685b864a (diff)
downloadpfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.tar.gz
pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.tar.bz2
pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.zip
snort, fix home image link, add js_rowhelper from 2.0 upstearm
Diffstat (limited to 'config/snort/snort_blocked.php')
-rw-r--r--config/snort/snort_blocked.php25
1 files changed, 17 insertions, 8 deletions
diff --git a/config/snort/snort_blocked.php b/config/snort/snort_blocked.php
index c254823e..557ef4a4 100644
--- a/config/snort/snort_blocked.php
+++ b/config/snort/snort_blocked.php
@@ -253,6 +253,9 @@ if ($pconfig['brefresh'] == 'on' || $pconfig['brefresh'] == '')
}
?>
+<!-- hack to fix the hardcoed fbegin link in header -->
+<div id="header-left2"><a href="../index.php" id="status-link2"><img src="./images/transparent.gif" border="0"></img></a></div>
+
<div class="body2">
<?if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}?>
@@ -286,7 +289,7 @@ if ($pconfig['brefresh'] == 'on' || $pconfig['brefresh'] == '')
<tr>
<td>
- <div id="mainarea">
+ <div id="mainarea2">
<table id="maintable" class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
@@ -321,15 +324,15 @@ if ($pconfig['brefresh'] == 'on' || $pconfig['brefresh'] == '')
</form>
</td>
</tr>
- </table>
-
+ </table>
</div>
+ <br>
</td>
</tr>
-
- <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
+
+ <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td>
+ <td>
<table id="sortabletable1" class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr id="frheader">
<td width="5%" class="listhdrr">Remove</td>
@@ -460,10 +463,16 @@ if ($blocked_ips_array[0] == '')
</td>
</tr>
</table>
-
</div>
-<?php include("fend.inc"); ?>
+<?php
+
+include("fend.inc");
+
+echo $snort_custom_rnd_box;
+
+?>
+
</body>
</html>