summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_users.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 20:51:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 20:51:59 +0000
commit323d040b87d37a97a24648cfaf2427ee74d1bdad (patch)
treed3c2664f7c61266e36e55c52f7e1b4c2418450c0 /usr/local/www/services_captiveportal_users.php
parentaf4aa061c92fd415695029522cdd5530dcf725ab (diff)
downloadpfsense-323d040b87d37a97a24648cfaf2427ee74d1bdad.zip
pfsense-323d040b87d37a97a24648cfaf2427ee74d1bdad.tar.gz
* Fix diagnostics logging tab menus
* Curve bottom of grey areas if needed * Curve tabs * Cleanup
Diffstat (limited to 'usr/local/www/services_captiveportal_users.php')
-rwxr-xr-xusr/local/www/services_captiveportal_users.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal_users.php b/usr/local/www/services_captiveportal_users.php
index 7ceb1cf..7201bde 100755
--- a/usr/local/www/services_captiveportal_users.php
+++ b/usr/local/www/services_captiveportal_users.php
@@ -151,6 +151,7 @@ include("head.inc");
</script>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@@ -171,7 +172,7 @@ if($_GET['act']=="new" || $_GET['act']=="edit"){
}
?>
<form action="services_captiveportal_users.php" method="post" name="iform" id="iform">
- <div id="mainarea">
+
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">Username</td>
@@ -279,5 +280,6 @@ END;
NiftyCheck();
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
</script>
+
</body>
</html>
OpenPOWER on IntegriCloud