summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp_users_edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 20:17:01 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 20:17:01 +0000
commitc15f26820927a7492dfb35bab105d8523171c760 (patch)
treeb8f34bd1f89904a3d1192dc27dc9b0f6cafacfe1 /usr/local/www/vpn_pptp_users_edit.php
parent307166a39e52a1c4b7bd4b1f37be8e60ce4c0f0f (diff)
downloadpfsense-c15f26820927a7492dfb35bab105d8523171c760.zip
pfsense-c15f26820927a7492dfb35bab105d8523171c760.tar.gz
Bottom rounds made better
Diffstat (limited to 'usr/local/www/vpn_pptp_users_edit.php')
-rwxr-xr-xusr/local/www/vpn_pptp_users_edit.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/usr/local/www/vpn_pptp_users_edit.php b/usr/local/www/vpn_pptp_users_edit.php
index 81e0a7d..093c642 100755
--- a/usr/local/www/vpn_pptp_users_edit.php
+++ b/usr/local/www/vpn_pptp_users_edit.php
@@ -118,8 +118,8 @@ include("head.inc");
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="vpn_pptp_users_edit.php" method="post" name="iform" id="iform">
- <div id="mainarea">
<?display_topbar()?>
+ <div id="mainarea">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">Username</td>
@@ -142,8 +142,8 @@ include("head.inc");
<br><span class="vexpl">If you want the user to be assigned a specific IP address, enter it here.</span></td>
</tr>
<tr>
- <td width="22%" valign="top">&nbsp;</td>
- <td width="78%">
+ <td class="vncell" width="22%" valign="top">&nbsp;</td>
+ <td class="vncell" width="78%">
<input name="Submit" type="submit" class="formbtn" value="Save">
<?php if (isset($id) && $a_secret[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
@@ -154,11 +154,6 @@ include("head.inc");
</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