summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-04 00:13:27 +0000
committerBill Marquette <billm@pfsense.org>2005-07-04 00:13:27 +0000
commitd732f18698038b27df5a36f57285e79cc17a4314 (patch)
treecb769d278aea1be1d86ed41521dd2d4bf2f36c7a /usr/local/www/carp_status.php
parent201bf2eeff376557fe2fdb635737f9b2acc9a811 (diff)
downloadpfsense-d732f18698038b27df5a36f57285e79cc17a4314.zip
pfsense-d732f18698038b27df5a36f57285e79cc17a4314.tar.gz
Fix bottom rounds
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php20
1 files changed, 8 insertions, 12 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index fd0895b..ca0df25 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -68,7 +68,6 @@ 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>
@@ -80,8 +79,10 @@ include("fbegin.inc");
display_top_tabs($tab_array);
?>
</td></tr>
-<tr><td class="tabcont">
-
+<tr><td>
+<div id="mainarea">
+<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+<tr><td>
<?php
if($status == false) {
$carp_enabled = false;
@@ -90,9 +91,10 @@ include("fbegin.inc");
$carp_enabled = true;
echo "<input type=\"submit\" name=\"disablecarp\" id=\"disablecarp\" value=\"Disable Carp\">";
}
+echo "</td></tr></table>";
if(!is_array($config['installedpackages']['carp']['config'])) {
- echo "</td></tr></table><center><br>Could not locate any defined CARP interfaces.";
+ echo "</div></td></tr></table><center><br>Could not locate any defined CARP interfaces.";
echo "</center>";
include("fend.inc");
@@ -103,7 +105,7 @@ if(!is_array($config['installedpackages']['carp']['config'])) {
<p>
-<table width="100%" border="0" cellpadding="6" cellspacing="0">
+<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
</tr>
<tr>
<td class="listhdrr"><b><center>Carp Interface</center></b></td>
@@ -161,16 +163,10 @@ if($config['installedpackages']['carp']['config'] <> "")
</center>
</td></tr>
</table>
+</div>
</td></tr>
</table>
-</div>
<?php include("fend.inc"); ?>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-</script>
-
</body>
</html>
-
OpenPOWER on IntegriCloud