summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-17 03:24:31 +0000
committerBill Marquette <billm@pfsense.org>2005-07-17 03:24:31 +0000
commit9f3103a9522be574f2cfc7f2c073030e2b73fc59 (patch)
tree71e7e0af998ab233fb77310a0e4c8a69dc8ada95 /usr/local/www/firewall_virtual_ip.php
parent5928924f40c3b91d7642ed55cfa491f0b22b0f93 (diff)
downloadpfsense-9f3103a9522be574f2cfc7f2c073030e2b73fc59.zip
pfsense-9f3103a9522be574f2cfc7f2c073030e2b73fc59.tar.gz
Use CARP and Proxy ARP icons
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index a6da0cd..eee8e72 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -115,8 +115,7 @@ include("head.inc");
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" class="listhdrr">Virtual IP address</td>
- <td width="10%" class="listhdrr">Proxy ARP</td>
- <td width="10%" class="listhdrr">CARP</td>
+ <td width="10%" class="listhdrr">Type</td>
<td width="40%" class="listhdr">Description</td>
<td width="10%" class="list"></td>
</tr>
@@ -130,10 +129,7 @@ include("head.inc");
?>
</td>
<td class="listlr" align="center" ondblclick="document.location='firewall_virtual_ip_edit.php?id=<?=$i;?>';">
- <? if($vipent['mode'] == "proxyarp") echo "X"; else echo "&nbsp;";?>
- </td>
- <td class="listlr" align="center" ondblclick="document.location='firewall_virtual_ip_edit.php?id=<?=$i;?>';">
- <? if($vipent['mode'] == "carp") echo "X"; else echo "&nbsp;";?>
+ <? if($vipent['mode'] == "proxyarp") echo "<img src='/parp.gif' title='Proxy ARP'>"; else echo "<img src='/carp.gif' title='CARP'>";?>
</td>
<td class="listbg" ondblclick="document.location='firewall_virtual_ip_edit.php?id=<?=$i;?>';">
<font color="#FFFFFF"><?=htmlspecialchars($vipent['descr']);?>&nbsp;
@@ -149,7 +145,7 @@ include("head.inc");
</tr>
<?php $i++; endforeach; ?>
<tr>
- <td class="list" colspan="4"></td>
+ <td class="list" colspan="3"></td>
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
OpenPOWER on IntegriCloud