diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-03 07:35:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-03 07:35:05 +0000 |
commit | b8de522e4f7feb80d4b896847a11ea0ea78defcd (patch) | |
tree | 4bfc7288fdc6193d1806e8172205c644d5f32ef6 /usr/local/www | |
parent | d15230f3ee31675dbb6cb2efafefc5b0919f0ba6 (diff) | |
download | pfsense-b8de522e4f7feb80d4b896847a11ea0ea78defcd.zip pfsense-b8de522e4f7feb80d4b896847a11ea0ea78defcd.tar.gz |
Apply changes is now handled in guiconfig.inc
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 1 | ||||
-rwxr-xr-x | usr/local/www/firewall_nat_server.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index 06a5673..0339c6e 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -185,7 +185,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_natconfdirty_path)): ?><p> <?php print_info_box_np("The NAT configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br> -<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p> <?php endif; ?> <div id="mainarea"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> diff --git a/usr/local/www/firewall_nat_server.php b/usr/local/www/firewall_nat_server.php index d62676c..78de460 100755 --- a/usr/local/www/firewall_nat_server.php +++ b/usr/local/www/firewall_nat_server.php @@ -94,7 +94,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_natconfdirty_path)): ?><p> <?php print_info_box_np("The NAT configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br> -<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p> <?php endif; ?> <div id="mainarea"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> |