summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp_users.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.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.php')
-rwxr-xr-xusr/local/www/vpn_pptp_users.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/local/www/vpn_pptp_users.php b/usr/local/www/vpn_pptp_users.php
index 982f3f8..66b3cd4 100755
--- a/usr/local/www/vpn_pptp_users.php
+++ b/usr/local/www/vpn_pptp_users.php
@@ -81,6 +81,7 @@ include("head.inc");
<?php print_info_box_np("The PPTP user list has been modified.<br>You must apply the changes in order for them to take effect.<br><b>Warning: this will terminate all current PPTP sessions!</b>");?><br>
<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p>
<?php endif; ?>
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<ul id="tabnav">
@@ -116,5 +117,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