aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-01-31 23:03:44 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2013-01-31 23:03:44 -0500
commit459737cee3b9e740b0a7a18433daac2280119362 (patch)
treeaf953e75877a03a173bb5b2075ac8f1621dd9f26
parent102ae48c42e0c6184079910b88e6b671c5fec1b7 (diff)
downloadpfsense-packages-459737cee3b9e740b0a7a18433daac2280119362.tar.gz
pfsense-packages-459737cee3b9e740b0a7a18433daac2280119362.tar.bz2
pfsense-packages-459737cee3b9e740b0a7a18433daac2280119362.zip
Added warning to top of page for new rules-to-preprocessor dependency link
and fixed HTML code error.
-rwxr-xr-xconfig/snort/snort_preprocessors.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php
index 89f1136c..83025929 100755
--- a/config/snort/snort_preprocessors.php
+++ b/config/snort/snort_preprocessors.php
@@ -187,10 +187,10 @@ include_once("head.inc");
<tr><td class="tabcont">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td width="22%" valign="top">&nbsp;</td>
- <td width="78%"><span class="vexpl"><span class="red"><strong<?php echo gettext("Note:"); ?>>
- </strong></span><br>
- <?php echo gettext("Rules may be dependent on preprocessors! "); ?>
+ <td colspan="2" align="center" valign="middle">
+ <span class="red"><strong><?php echo gettext("NOTE"); ?></strong></span><br>
+ <?php echo gettext("Rules may be dependent on preprocessors! Disabling preprocessors may result in "); ?>
+ <?php echo gettext("dependent rules being automatically disabled."); ?><br>
<?php echo gettext("Defaults will be used when there is no user input."); ?><br></td>
</tr>
<tr>