diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-03-19 16:38:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-03-19 16:38:30 +0000 |
commit | c8f13bdb18d17c35dd2e8a9c44d50b3db0581081 (patch) | |
tree | adaf05546af8f70c0c2b25696c28dc7deef1ea3a /usr | |
parent | 4637143a72e7518ded9ee537bc6ef0a9591bf9a1 (diff) | |
download | pfsense-c8f13bdb18d17c35dd2e8a9c44d50b3db0581081.zip pfsense-c8f13bdb18d17c35dd2e8a9c44d50b3db0581081.tar.gz |
Do not show Apply button twice on Captive Portal changes
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/services_captiveportal_mac.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php index 09b38a2..da93e37 100755 --- a/usr/local/www/services_captiveportal_mac.php +++ b/usr/local/www/services_captiveportal_mac.php @@ -76,7 +76,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; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td class="tabnavtbl"> |