summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 20:11:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 20:11:33 +0000
commitaf4aa061c92fd415695029522cdd5530dcf725ab (patch)
tree2694a05b0eb5359738674564014b896c834383ef /usr/local/www/services_captiveportal.php
parentc7e202d3a0fa010a65e223ec6b8b67d8c93006f1 (diff)
downloadpfsense-af4aa061c92fd415695029522cdd5530dcf725ab.zip
pfsense-af4aa061c92fd415695029522cdd5530dcf725ab.tar.gz
* Curve bottom of grey areas if needed
* Curve tabs * Cleanup
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index ef62f1f..893cc25 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -280,6 +280,7 @@ 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
@@ -454,6 +455,7 @@ The contents of the HTML file that you upload here are displayed when an authent
</td>
</tr>
</table>
+ </div>
</form>
<script language="JavaScript">
<!--
@@ -461,3 +463,9 @@ enable_change(false);
//-->
</script>
<?php include("fend.inc"); ?>
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
+</script>
+</body>
+</html> \ No newline at end of file
OpenPOWER on IntegriCloud