diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-13 16:58:53 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-13 16:58:53 -0400 |
commit | 080fb922c15c959be4f0bd101d0cf3f529f0e866 (patch) | |
tree | 85e73c4767a5c70ae6b24f7a7c4b0bb527d78e4d /config/snort/snort_rulesets.php | |
parent | 7a9c4f49b8fcb9b0d9eedd17046fc3b030c9bb96 (diff) | |
download | pfsense-packages-080fb922c15c959be4f0bd101d0cf3f529f0e866.tar.gz pfsense-packages-080fb922c15c959be4f0bd101d0cf3f529f0e866.tar.bz2 pfsense-packages-080fb922c15c959be4f0bd101d0cf3f529f0e866.zip |
Snort Pkg 2.5.8 Update - bug fixes and new features
Diffstat (limited to 'config/snort/snort_rulesets.php')
-rwxr-xr-x | config/snort/snort_rulesets.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php index 64998810..4a7380b1 100755 --- a/config/snort/snort_rulesets.php +++ b/config/snort/snort_rulesets.php @@ -299,7 +299,7 @@ function enable_change() ?> <tr> <td> - <table id="sortabletable1" class="sortable" width="100%" border="0" + <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="6" class="listtopic"><?php echo gettext("Automatic flowbit resolution"); ?><br/></td> @@ -323,7 +323,7 @@ function enable_change() </tr> <tr> <td width="15%" class="listn"><?php echo gettext("Auto Flowbit Rules"); ?></td> - <td width="85%"><input type="button" class="formbtn" value="View" onclick="wopen('snort_rules_edit.php?id=<?=$id;?>&openruleset=<?=$flowbit_rules_file;?>','FileViewer',800,600)" <?php echo $btn_view_flowb_rules; ?>/> + <td width="85%"><input type="button" class="formbtn" value="View" onclick="parent.location='snort_rules_flowbits.php?id=<?=$id;?>'" <?php echo $btn_view_flowb_rules; ?>/> <span class="vexpl"><?php echo gettext("Click to view auto-enabled rules required to satisfy flowbit dependencies"); ?></span></td> </tr> <tr> |