diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-03 01:34:24 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-03 01:34:24 +0000 |
commit | a0509c58f48a03a582abb92150900d3543d11e3b (patch) | |
tree | 96f52c8b92f62fcfd2141d67007779570b9aaffb /usr | |
parent | 933fb01db09efd1d55d8f2515a1a1c274d080774 (diff) | |
download | pfsense-a0509c58f48a03a582abb92150900d3543d11e3b.zip pfsense-a0509c58f48a03a582abb92150900d3543d11e3b.tar.gz |
Consolidate Apply changes button into the info box on the right hand side
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_aliases.php | 3 | ||||
-rwxr-xr-x | usr/local/www/firewall_nat.php | 3 | ||||
-rwxr-xr-x | usr/local/www/firewall_rules.php | 1 | ||||
-rwxr-xr-x | usr/local/www/firewall_shaper.php | 1 | ||||
-rwxr-xr-x | usr/local/www/firewall_shaper_queues.php | 1 | ||||
-rwxr-xr-x | usr/local/www/guiconfig.inc | 13 | ||||
-rwxr-xr-x | usr/local/www/services_captiveportal_ip.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_captiveportal_mac.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_dhcp.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_dnsmasq.php | 1 | ||||
-rwxr-xr-x | usr/local/www/services_proxyarp.php | 1 | ||||
-rwxr-xr-x | usr/local/www/system_routes.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec_ca.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec_keys.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec_mobile.php | 1 | ||||
-rwxr-xr-x | usr/local/www/vpn_pptp_users.php | 1 |
17 files changed, 11 insertions, 22 deletions
diff --git a/usr/local/www/firewall_aliases.php b/usr/local/www/firewall_aliases.php index 3e7673d..6d42fe2 100755 --- a/usr/local/www/firewall_aliases.php +++ b/usr/local/www/firewall_aliases.php @@ -84,8 +84,7 @@ include("head.inc"); <form action="firewall_aliases.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_aliasesdirty_path)): ?><p> -<?php print_info_box_np("The alias list 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 print_info_box_np("The alias list has been changed.<br>You must apply the changes in order for them to take effect.");?> <?php endif; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php index 5499724..877453b 100755 --- a/usr/local/www/firewall_nat.php +++ b/usr/local/www/firewall_nat.php @@ -137,8 +137,7 @@ include("head.inc"); </script> <?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 print_info_box_np("The NAT configuration has been changed.<br>You must apply the changes in order for them to take effect.");?> <?php endif; ?> <div id="mainarea"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index 7576b64..ebb3476 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -157,7 +157,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_filterconfdirty_path)): ?><p> <?php print_info_box_np("The firewall rule 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"> diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index a7b9343..cf8067e 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -193,7 +193,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_shaperconfdirty_path)): ?><p> <?php print_info_box_np("The traffic shaper 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"> diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php index 5e5b616..4a81fb5 100755 --- a/usr/local/www/firewall_shaper_queues.php +++ b/usr/local/www/firewall_shaper_queues.php @@ -114,7 +114,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_shaperconfdirty_path)): ?><p> <?php print_info_box_np("The traffic shaper 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"> diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index 8ba49bd..788040b 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -182,10 +182,15 @@ function print_info_box_np($msg) { echo " <td>\n"; echo " <div style='background-color:#990000' id='redbox'>\n"; echo " <table width='100%'><tr><td width='8%'>\n"; - echo " <img style='vertical-align:middle' src=\"/exclam.gif\" width=\"28\" height=\"32\">\n"; - echo " </td><td><font color='white'><b>{$msg}</b></font>\n"; - echo " </td></tr></table>\n"; - echo " </div>\n"; + echo " <img style='vertical-align:middle' src=\"/exclam.gif\" width=\"28\" height=\"32\">\n"; + echo " </td>\n"; + echo " <td width='70%'><font color='white'><b>{$msg}</b></font>\n"; + echo " </td>"; + echo " <td>"; + echo " <input name=\"apply\" type=\"submit\" class=\"formbtn\" id=\"apply\" value=\"Apply changes\">\n"; + echo " </td>"; + echo " </tr></table>\n"; + echo " </div>\n"; echo " </td>\n"; echo "</table>\n"; echo "<br>\n"; diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php index 8a9151a..5af31ce 100755 --- a/usr/local/www/services_captiveportal_ip.php +++ b/usr/local/www/services_captiveportal_ip.php @@ -80,7 +80,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_allowedipsdirty_path)): ?><p> <?php print_info_box_np("The captive portal IP address 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"> diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php index ffa9687..1858b65 100755 --- a/usr/local/www/services_captiveportal_mac.php +++ b/usr/local/www/services_captiveportal_mac.php @@ -81,7 +81,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_passthrumacsdirty_path)): ?><p> <?php print_info_box_np("The captive portal MAC address 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"> diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index 2770601..965243a 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -199,7 +199,6 @@ function enable_change(enable_over) { <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_staticmapsdirty_path)): ?><p> <?php print_info_box_np("The static mapping 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"> diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php index 95c384f..32bc884 100755 --- a/usr/local/www/services_dnsmasq.php +++ b/usr/local/www/services_dnsmasq.php @@ -102,7 +102,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_hostsdirty_path)): ?><p> <?php print_info_box_np("The DNS forwarder 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; ?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> diff --git a/usr/local/www/services_proxyarp.php b/usr/local/www/services_proxyarp.php index 1cd638b..b8b958b 100755 --- a/usr/local/www/services_proxyarp.php +++ b/usr/local/www/services_proxyarp.php @@ -79,7 +79,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_proxyarpdirty_path)): ?><p> <?php print_info_box_np("The proxy ARP 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; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php index f9c6f6f..7fa9512 100755 --- a/usr/local/www/system_routes.php +++ b/usr/local/www/system_routes.php @@ -101,7 +101,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_staticroutesdirty_path)): ?><p> <?php print_info_box_np("The static route 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; ?> <?php if($config['system']['disablefilter'] <> "") :?> diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index 8f23581..b1f5e1e 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -94,7 +94,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_ipsecconfdirty_path)): ?><p> <?php print_info_box_np("The IPsec tunnel 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"> diff --git a/usr/local/www/vpn_ipsec_ca.php b/usr/local/www/vpn_ipsec_ca.php index 3da34f0..4524d7c 100755 --- a/usr/local/www/vpn_ipsec_ca.php +++ b/usr/local/www/vpn_ipsec_ca.php @@ -60,7 +60,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_ipsecconfdirty_path)): ?><p> <?php print_info_box_np("The IPsec tunnel 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"> diff --git a/usr/local/www/vpn_ipsec_keys.php b/usr/local/www/vpn_ipsec_keys.php index 4b652f5..f002d38 100755 --- a/usr/local/www/vpn_ipsec_keys.php +++ b/usr/local/www/vpn_ipsec_keys.php @@ -59,7 +59,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_ipsecconfdirty_path)): ?><p> <?php print_info_box_np("The IPsec tunnel 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"> diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php index 05f3595..9251443 100755 --- a/usr/local/www/vpn_ipsec_mobile.php +++ b/usr/local/www/vpn_ipsec_mobile.php @@ -188,7 +188,6 @@ function methodsel_change() { <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if (file_exists($d_ipsecconfdirty_path)): ?><p> <?php print_info_box_np("The IPsec tunnel 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; ?> </form> <form action="vpn_ipsec_mobile.php" method="post" name="iform" id="iform"> diff --git a/usr/local/www/vpn_pptp_users.php b/usr/local/www/vpn_pptp_users.php index 45016d2..30f3f09 100755 --- a/usr/local/www/vpn_pptp_users.php +++ b/usr/local/www/vpn_pptp_users.php @@ -79,7 +79,6 @@ include("head.inc"); print_info_box("Warning: RADIUS is enabled. The local user database will not be used."); ?> <?php if (file_exists($d_pptpuserdirty_path)): ?><p> <?php print_info_box_np("The PPTP user list has been modified.<br>You must apply the changes in order for them to take effect.<br><b>Warning: this will terminate all current PPTP sessions!</b>");?><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"> |