diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-22 12:20:35 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-22 12:20:35 -0400 |
commit | e8f8b0ab273baa1d772ec914c51e242c3ff22f56 (patch) | |
tree | 47d715f47e0d5de03133612c8584b9cd15e3c1fe /config/snort/snort_alerts.php | |
parent | e977391528edbf2d27841f2458b2e72e8bb29747 (diff) | |
download | pfsense-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_alerts.php')
-rwxr-xr-x | config/snort/snort_alerts.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/snort/snort_alerts.php b/config/snort/snort_alerts.php index 98a58863..607fba54 100755 --- a/config/snort/snort_alerts.php +++ b/config/snort/snort_alerts.php @@ -205,8 +205,8 @@ if ($pconfig['arefresh'] == 'on') ?> </td></tr> <tr> - <td> - <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="6"> + <td><div id="mainarea"> + <table id="maintable" class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> <td colspan="2" class="listtopic"><?php echo gettext("Alert Log View Settings"); ?></td> </tr> @@ -357,6 +357,7 @@ if (file_exists("/var/log/snort/snort_{$if_real}{$snort_uuid}/alert")) { </td> </tr> </table> +</div> </td></tr> </table> </form> |