summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.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/carp_status.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/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php4
1 files changed, 3 insertions, 1 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>
OpenPOWER on IntegriCloud