summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp_users_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 20:59:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 20:59:52 +0000
commit9999b3aa7c718c4c9b981626cde8d0996567ecf9 (patch)
tree45e42020fa88df0cf5e7706c627dc2684daa6483 /usr/local/www/vpn_pptp_users_edit.php
parent323d040b87d37a97a24648cfaf2427ee74d1bdad (diff)
downloadpfsense-9999b3aa7c718c4c9b981626cde8d0996567ecf9.zip
pfsense-9999b3aa7c718c4c9b981626cde8d0996567ecf9.tar.gz
* Curve bottom of grey areas if needed
* Curve tabs * Cleanup
Diffstat (limited to 'usr/local/www/vpn_pptp_users_edit.php')
-rwxr-xr-xusr/local/www/vpn_pptp_users_edit.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pptp_users_edit.php b/usr/local/www/vpn_pptp_users_edit.php
index 1cb5db1..98f9164 100755
--- a/usr/local/www/vpn_pptp_users_edit.php
+++ b/usr/local/www/vpn_pptp_users_edit.php
@@ -117,7 +117,8 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="vpn_pptp_users_edit.php" method="post" name="iform" id="iform">
- <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <div id="mainarea">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">Username</td>
<td width="78%" class="vtable">
@@ -148,5 +149,15 @@ include("head.inc");
</td>
</tr>
</table>
+ </div>
</form>
<?php include("fend.inc"); ?>
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
+</script>
+
+</body>
+</html>
+
+
OpenPOWER on IntegriCloud