diff options
author | robiscool <robrob2626@yahoo.com> | 2010-03-11 02:00:07 -0800 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-03-11 02:00:48 -0800 |
commit | e1dbec3e87eeef66c616653f7226ab2276ff6c16 (patch) | |
tree | e787fbf8b5b5af0ac5f9436f0043fb980cd99746 /config/snort-dev/snort_interfaces_edit.php | |
parent | c9fcb262f2cd4a5a123fa33f3932d10f020f3735 (diff) | |
download | pfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.tar.gz pfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.tar.bz2 pfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.zip |
snort-dev, more GUI fixes, update help and info page
Diffstat (limited to 'config/snort-dev/snort_interfaces_edit.php')
-rw-r--r-- | config/snort-dev/snort_interfaces_edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort-dev/snort_interfaces_edit.php b/config/snort-dev/snort_interfaces_edit.php index 1a02715c..9d2301f0 100644 --- a/config/snort-dev/snort_interfaces_edit.php +++ b/config/snort-dev/snort_interfaces_edit.php @@ -300,7 +300,7 @@ if ($_POST["Submit"]) { } $ifname = strtoupper($pconfig['interface']); -$pgtitle = "Snort: Interface: {$ifname} Settings Edit"; +$pgtitle = "Snort: Interface: $id$if_real Settings Edit"; include("head.inc"); ?> @@ -308,6 +308,7 @@ include("head.inc"); <?php include("fbegin.inc"); ?> +<p class="pgtitle"><?if($pfsense_stable == 'yes'){echo $pgtitle;}?></p> <style type="text/css"> .alert { position:absolute; @@ -409,7 +410,6 @@ if($id != "") ?> </td> </tr> - <br> <tr> <td class="tabcont"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> |