aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_preprocessors.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-05-22 12:20:35 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-05-22 12:20:35 -0400
commite8f8b0ab273baa1d772ec914c51e242c3ff22f56 (patch)
tree47d715f47e0d5de03133612c8584b9cd15e3c1fe /config/snort/snort_preprocessors.php
parente977391528edbf2d27841f2458b2e72e8bb29747 (diff)
downloadpfsense-packages-e8f8b0ab273baa1d772ec914c51e242c3ff22f56.tar.gz
pfsense-packages-e8f8b0ab273baa1d772ec914c51e242c3ff22f56.tar.bz2
pfsense-packages-e8f8b0ab273baa1d772ec914c51e242c3ff22f56.zip
Fix various HTML style issues to tidy up GUI.
Diffstat (limited to 'config/snort/snort_preprocessors.php')
-rwxr-xr-xconfig/snort/snort_preprocessors.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php
index e3b84854..e300621a 100755
--- a/config/snort/snort_preprocessors.php
+++ b/config/snort/snort_preprocessors.php
@@ -405,7 +405,7 @@ include_once("head.inc");
$tab_array[7] = array(gettext("Sync"), false, "/pkg_edit.php?xml=snort/snort_sync.xml");
display_top_tabs($tab_array);
echo '</td></tr>';
- echo '<tr><td class="tabnavtbl">';
+ echo '<tr><td>';
$menu_iface=($if_friendly?substr($if_friendly,0,5)." ":"Iface ");
$tab_array = array();
$tab_array[] = array($menu_iface . gettext("Settings"), false, "/snort/snort_interfaces_edit.php?id={$id}");
@@ -417,8 +417,8 @@ include_once("head.inc");
display_top_tabs($tab_array);
?>
</td></tr>
-<tr><td class="tabcont">
-<table width="100%" border="0" cellpadding="6" cellspacing="0">
+<tr><td><div id="mainarea">
+<table id="maintable" class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" align="left" valign="middle">
<?php echo gettext("Rules may be dependent on preprocessors! Disabling preprocessors may result in "); ?>
@@ -1146,6 +1146,7 @@ include_once("head.inc");
</br><?php echo gettext("may take several seconds. Snort must also be restarted to activate any changes made on this screen."); ?></td>
</tr>
</table>
+</div>
</td></tr></table>
</form>
<script type="text/javascript">