summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-03 07:35:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-03 07:35:05 +0000
commitb8de522e4f7feb80d4b896847a11ea0ea78defcd (patch)
tree4bfc7288fdc6193d1806e8172205c644d5f32ef6 /usr/local/www
parentd15230f3ee31675dbb6cb2efafefc5b0919f0ba6 (diff)
downloadpfsense-b8de522e4f7feb80d4b896847a11ea0ea78defcd.zip
pfsense-b8de522e4f7feb80d4b896847a11ea0ea78defcd.tar.gz
Apply changes is now handled in guiconfig.inc
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_nat_out.php1
-rwxr-xr-xusr/local/www/firewall_nat_server.php1
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>
OpenPOWER on IntegriCloud