summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp_users.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-04 04:29:11 +0000
committerBill Marquette <billm@pfsense.org>2005-08-04 04:29:11 +0000
commit4806cf1e46fc10c5e714648edf51f1b0367bc37e (patch)
tree8bcfac7cd0e3c5255a05b8024567346a64f71114 /usr/local/www/vpn_pptp_users.php
parent9a10d25370e73f3a50e0efe06a1390a7b5a69f8a (diff)
downloadpfsense-4806cf1e46fc10c5e714648edf51f1b0367bc37e.zip
pfsense-4806cf1e46fc10c5e714648edf51f1b0367bc37e.tar.gz
Move <div> to the right place to fix the gray line above the tabs
Diffstat (limited to 'usr/local/www/vpn_pptp_users.php')
-rwxr-xr-xusr/local/www/vpn_pptp_users.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_pptp_users.php b/usr/local/www/vpn_pptp_users.php
index 110d0cd..e9ac5da 100755
--- a/usr/local/www/vpn_pptp_users.php
+++ b/usr/local/www/vpn_pptp_users.php
@@ -81,7 +81,6 @@ include("head.inc");
<?php if (file_exists($d_pptpuserdirty_path)): ?><p>
<?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>
<?php endif; ?>
-<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
@@ -91,8 +90,9 @@ include("head.inc");
display_top_tabs($tab_array);
?> </td></tr>
<tr>
- <td colspan="3" class="tabcont">
- <table width="80%" border="0" cellpadding="0" cellspacing="0">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td class="listhdrr">Username</td>
<td class="listhdr">IP address</td>
OpenPOWER on IntegriCloud