diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-10-11 20:54:41 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-10-11 20:54:41 +0000 |
commit | d819480cec433f60bc65e8a5808e018242c4c369 (patch) | |
tree | 0840e939a6c0b92224e378ea11a12ebf043c73a7 /usr/local/www | |
parent | 570b3d405007282611394bc871c914837b991bd4 (diff) | |
download | pfsense-d819480cec433f60bc65e8a5808e018242c4c369.zip pfsense-d819480cec433f60bc65e8a5808e018242c4c369.tar.gz |
Remove "Extra" Apply button
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/services_captiveportal_ip.php | 2 | ||||
-rwxr-xr-x | usr/local/www/services_captiveportal_mac.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php index b2b94b5..ef486da 100755 --- a/usr/local/www/services_captiveportal_ip.php +++ b/usr/local/www/services_captiveportal_ip.php @@ -79,7 +79,7 @@ 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> +</p> <?php endif; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td class="tabnavtbl"> diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php index 1ee7cae..b4a48b5 100755 --- a/usr/local/www/services_captiveportal_mac.php +++ b/usr/local/www/services_captiveportal_mac.php @@ -79,7 +79,7 @@ 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> +</p> <?php endif; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td class="tabnavtbl"> |