aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_suppress_edit.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-02-04 17:28:47 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2015-02-04 17:28:47 -0500
commit6f6eaffe83fc541e207df8207ee944e725f50dec (patch)
tree6352b1dc3ecf493c84df6829bfb6677a3bab1a6b /config/suricata/suricata_suppress_edit.php
parent372d553209678813dbedc4fe26b8b6249c13c8f3 (diff)
downloadpfsense-packages-6f6eaffe83fc541e207df8207ee944e725f50dec.tar.gz
pfsense-packages-6f6eaffe83fc541e207df8207ee944e725f50dec.tar.bz2
pfsense-packages-6f6eaffe83fc541e207df8207ee944e725f50dec.zip
Move print_info_box() call to inside of <form> tag where it belongs.
Diffstat (limited to 'config/suricata/suricata_suppress_edit.php')
-rw-r--r--config/suricata/suricata_suppress_edit.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/config/suricata/suricata_suppress_edit.php b/config/suricata/suricata_suppress_edit.php
index 8814d3db..d9b6e8bc 100644
--- a/config/suricata/suricata_suppress_edit.php
+++ b/config/suricata/suricata_suppress_edit.php
@@ -143,16 +143,14 @@ include_once("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php
-include("fbegin.inc");
-if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}
+<?php include("fbegin.inc"); ?>
+<form action="/suricata/suricata_suppress_edit.php" name="iform" id="iform" method="post">
+<?php
if ($input_errors) print_input_errors($input_errors);
-if ($savemsg)
- print_info_box($savemsg);
-
+if ($savemsg) print_info_box($savemsg);
?>
-<form action="/suricata/suricata_suppress_edit.php" name="iform" id="iform" method="post">
+
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php