summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 20:11:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 20:11:33 +0000
commitaf4aa061c92fd415695029522cdd5530dcf725ab (patch)
tree2694a05b0eb5359738674564014b896c834383ef /usr/local/www/carp_status.php
parentc7e202d3a0fa010a65e223ec6b8b67d8c93006f1 (diff)
downloadpfsense-af4aa061c92fd415695029522cdd5530dcf725ab.zip
pfsense-af4aa061c92fd415695029522cdd5530dcf725ab.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.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 5b85d93..f4bf9c8 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -70,11 +70,13 @@ include("fbegin.inc");
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
- <ul id="tabnav">
- <li class="tabinact"><a href="/pkg.php?xml=carp.xml">CARP Virtual IPs</a></li>
- <li class="tabact">CARP Status</li>
- <li class="tabinact"><a href="/pkg_edit.php?xml=carp_settings.xml&id=0">CARP Settings</a></li>
- </ul>
+<?php
+ $tab_array = array();
+ $tab_array[0] = array("CARP Virtual IPs<", false, "/pkg.php?xml=carp.xml");
+ $tab_array[1] = array("CARP Status", true, "carp_status.php");
+ $tab_array[2] = array("CARP Settings", false, "/pkg_edit.php?xml=carp_settings.xml&id=0");
+ display_top_tabs($tab_array);
+?>
</td></tr>
<tr><td class="tabcont">
OpenPOWER on IntegriCloud