diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-02-04 17:28:47 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-02-04 17:28:47 -0500 |
commit | 6f6eaffe83fc541e207df8207ee944e725f50dec (patch) | |
tree | 6352b1dc3ecf493c84df6829bfb6677a3bab1a6b /config/suricata/suricata_passlist.php | |
parent | 372d553209678813dbedc4fe26b8b6249c13c8f3 (diff) | |
download | pfsense-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_passlist.php')
-rw-r--r-- | config/suricata/suricata_passlist.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/suricata/suricata_passlist.php b/config/suricata/suricata_passlist.php index af1c4ff5..e7e55d20 100644 --- a/config/suricata/suricata_passlist.php +++ b/config/suricata/suricata_passlist.php @@ -104,7 +104,11 @@ include_once("head.inc"); <?php include_once("fbegin.inc"); +?> +<form action="/suricata/suricata_passlist.php" method="post"> +<input type="hidden" name="list_id" id="list_id" value=""/> +<?php /* Display Alert message */ if ($input_errors) { print_input_errors($input_errors); @@ -113,9 +117,6 @@ if ($savemsg) { print_info_box($savemsg); } ?> - -<form action="/suricata/suricata_passlist.php" method="post"> -<input type="hidden" name="list_id" id="list_id" value=""/> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr><td> |