aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_global.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_interfaces_global.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_interfaces_global.php')
-rw-r--r--config/snort/snort_interfaces_global.php17
1 files changed, 10 insertions, 7 deletions
diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php
index 41a55a12..daa50cbf 100644
--- a/config/snort/snort_interfaces_global.php
+++ b/config/snort/snort_interfaces_global.php
@@ -263,6 +263,9 @@ include_once("fbegin.inc");
echo $snort_general_css;
?>
+<!-- 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>';}?>
@@ -298,7 +301,7 @@ echo $snort_general_css;
<tr>
<td colspan="2" valign="top" class="listtopic">Please Choose The Type Of Rules You Wish To Download</td>
</tr>
- <td width="22%" valign="top" class="vncell">Install Snort.org rules</td>
+ <td width="22%" valign="top" class="vncell2">Install Snort.org rules</td>
<td width="78%" class="vtable">
<table cellpadding="0" cellspacing="0">
<tr>
@@ -321,19 +324,19 @@ echo $snort_general_css;
<td colspan="2" valign="top" class="optsect_t2">Oinkmaster code</td>
</tr>
<tr>
- <td class="vncell" valign="top">Code</td>
+ <td class="vncell2" valign="top">Code</td>
<td class="vtable"><input name="oinkmastercode" type="text" class="formfld" id="oinkmastercode" size="52" value="<?=htmlspecialchars($pconfig['oinkmastercode']);?>"><br>
Obtain a snort.org Oinkmaster code and paste here.</td>
</table>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Install <strong>Emergingthreats</strong> rules</td>
+ <td width="22%" valign="top" class="vncell2">Install <strong>Emergingthreats</strong> rules</td>
<td width="78%" class="vtable">
<input name="emergingthreats" type="checkbox" value="yes" <?php if ($config['installedpackages']['snortglobal']['emergingthreats']=="on") echo "checked"; ?> onClick="enable_change(false)"><br>
Emerging Threats is an open source community that produces fastest moving and diverse Snort Rules.</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Update rules automatically</td>
+ <td width="22%" valign="top" class="vncell2">Update rules automatically</td>
<td width="78%" class="vtable">
<select name="autorulesupdate7" class="formfld" id="autorulesupdate7">
<?php
@@ -351,7 +354,7 @@ echo $snort_general_css;
<td colspan="2" valign="top" class="listtopic">General Settings</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Remove blocked hosts every</td>
+ <td width="22%" valign="top" class="vncell2">Remove blocked hosts every</td>
<td width="78%" class="vtable">
<select name="rm_blocked" class="formfld" id="rm_blocked">
<?php
@@ -366,7 +369,7 @@ echo $snort_general_css;
Hint: in most cases, 1 hour is a good choice.</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Alerts file description type</td>
+ <td width="22%" valign="top" class="vncell2">Alerts file description type</td>
<td width="78%" class="vtable">
<select name="snortalertlogtype" class="formfld" id="snortalertlogtype">
<?php
@@ -381,7 +384,7 @@ echo $snort_general_css;
Hint: Best pratice is to chose full logging.</span>&nbsp;<span class="red"><strong>WARNING:</strong></span>&nbsp;<strong>On change, alert file will be cleared.</strong></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Keep snort settings after deinstall</td>
+ <td width="22%" valign="top" class="vncell2">Keep snort settings after deinstall</td>
<td width="78%" class="vtable">
<input name="forcekeepsettings" id="forcekeepsettings" type="checkbox" value="yes" <?php if ($config['installedpackages']['snortglobal']['forcekeepsettings']=="on") echo "checked"; ?> onClick="enable_change(false)"><br>
Settings will not be removed during deinstall.</td>