summaryrefslogtreecommitdiffstats
path: root/usr/local
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
parent323d040b87d37a97a24648cfaf2427ee74d1bdad (diff)
downloadpfsense-9999b3aa7c718c4c9b981626cde8d0996567ecf9.zip
pfsense-9999b3aa7c718c4c9b981626cde8d0996567ecf9.tar.gz
* Curve bottom of grey areas if needed
* Curve tabs * Cleanup
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/carp_status.php4
-rwxr-xr-xusr/local/www/vpn_pptp.php10
-rwxr-xr-xusr/local/www/vpn_pptp_users.php11
-rwxr-xr-xusr/local/www/vpn_pptp_users_edit.php13
4 files changed, 36 insertions, 2 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 9e79830..e7234c7 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -68,6 +68,8 @@ include("fbegin.inc");
<form action="carp_status.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
+<div id="mainarea">
+
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@@ -101,7 +103,6 @@ if(!is_array($config['installedpackages']['carp']['config'])) {
<p>
-<div id="mainarea">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
</tr>
<tr>
@@ -169,6 +170,7 @@ if($config['installedpackages']['carp']['config'] <> "")
NiftyCheck();
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
</script>
+
</body>
</html>
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index 39966ed..5216ff4 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -175,6 +175,7 @@ function enable_change(enable_over) {
<form action="vpn_pptp.php" method="post" name="iform" id="iform">
<?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 class="tabnavtbl">
<ul id="tabnav">
@@ -292,6 +293,7 @@ function enable_change(enable_over) {
</td>
</tr>
</table>
+</div>
</form>
<script language="JavaScript">
<!--
@@ -299,3 +301,11 @@ enable_change(false);
//-->
</script>
<?php include("fend.inc"); ?>
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
+</script>
+
+</body>
+</html>
+
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>
+
+
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