mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Apply changes is now handled in guiconfig.inc
This commit is contained in:
parent
d15230f3ee
commit
b8de522e4f
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user