summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php16
1 files changed, 9 insertions, 7 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 1075351..1cb6a13 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -193,13 +193,15 @@ if (isset($_POST['del_x'])) {
<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
- <ul id="tabnav">
- <li class="tabinact"><a href="firewall_nat.php">Inbound</a></li>
- <li class="tabinact"><a href="firewall_nat_server.php">Server NAT</a></li>
- <li class="tabinact"><a href="firewall_nat_1to1.php">1:1</a></li>
- <li class="tabact">Outbound</li>
- <li class="tabinact"><a href="firewall_nat_out_load_balancing.php">Outbound Load Balancing</a></li>
- </ul>
+<?php
+ $tab_array = array();
+ $tab_array[0] = array("Inbound", false, "firewall_nat.php");
+ $tab_array[1] = array("Server NAT", false, "firewall_nat_server.php");
+ $tab_array[2] = array("1:1", false, "firewall_nat_1to1.php");
+ $tab_array[3] = array("Outbound", true, "firewall_nat_out.php");
+ $tab_array[4] = array("Outgoing Load Balancing", false, "firewall_nat_out_load_balancing.php");
+ display_top_tabs($tab_array);
+?>
</td></tr>
<tr>
<td class="tabcont">
OpenPOWER on IntegriCloud