summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-04 00:13:27 +0000
committerBill Marquette <billm@pfsense.org>2005-07-04 00:13:27 +0000
commitd732f18698038b27df5a36f57285e79cc17a4314 (patch)
treecb769d278aea1be1d86ed41521dd2d4bf2f36c7a /usr/local/www/services_captiveportal.php
parent201bf2eeff376557fe2fdb635737f9b2acc9a811 (diff)
downloadpfsense-d732f18698038b27df5a36f57285e79cc17a4314.zip
pfsense-d732f18698038b27df5a36f57285e79cc17a4314.tar.gz
Fix bottom rounds
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index a215147..3501358 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -280,7 +280,6 @@ function enable_change(enable_change) {
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<form action="services_captiveportal.php" method="post" enctype="multipart/form-data" name="iform" id="iform">
-<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
@@ -293,8 +292,9 @@ function enable_change(enable_change) {
?>
</td></tr>
<tr>
- <td class="tabcont">
- <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
@@ -452,10 +452,10 @@ The contents of the HTML file that you upload here are displayed when an authent
</strong></span>Changing any settings on this page will disconnect all clients! Don't forget to enable the DHCP server on your captive portal interface! Make sure that the default/maximum DHCP lease time is higher than the timeout entered on this page. Also, the DNS forwarder needs to be enabled for DNS lookups by unauthenticated clients to work. </span></td>
</tr>
</table>
+ </div>
</td>
</tr>
</table>
- </div>
</form>
<script language="JavaScript">
<!--
@@ -463,9 +463,5 @@ enable_change(false);
//-->
</script>
<?php include("fend.inc"); ?>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-</script>
</body>
</html>
OpenPOWER on IntegriCloud