aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_suppress_edit.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_suppress_edit.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_suppress_edit.php')
-rw-r--r--config/snort/snort_interfaces_suppress_edit.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/snort/snort_interfaces_suppress_edit.php b/config/snort/snort_interfaces_suppress_edit.php
index f1339ffe..6a88ce1b 100644
--- a/config/snort/snort_interfaces_suppress_edit.php
+++ b/config/snort/snort_interfaces_suppress_edit.php
@@ -183,6 +183,9 @@ include("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>';}?>
@@ -245,7 +248,7 @@ echo $snort_general_css;
<td colspan="2" valign="top" class="listtopic">Add the name and description of the file.</td>
</tr>
<tr>
- <td valign="top" class="vncellreq">Name</td>
+ <td valign="top" class="vncellreq2">Name</td>
<td class="vtable">
<input name="name" type="text" id="name" size="40" value="<?=htmlspecialchars($pconfig['name']);?>" />
<br />
@@ -255,7 +258,7 @@ echo $snort_general_css;
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Description</td>
+ <td width="22%" valign="top" class="vncell2">Description</td>
<td width="78%" class="vtable">
<input name="descr" type="text" id="descr" size="40" value="<?=$pconfig['descr'];?>" />
<br />