mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not hard code white
This commit is contained in:
parent
d4da624988
commit
30d4c469bf
@ -162,7 +162,7 @@ include("head.inc");
|
||||
<? if($vipent['mode'] == "proxyarp") echo "<img src='./themes/".$g['theme']."/images/icons/icon_parp.gif' title='Proxy ARP'>"; elseif($vipent['mode'] == "carp" or $vipent['mode'] == "carpdev-dhcp") echo "<img src='./themes/".$g['theme']."/images/icons/icon_carp.gif' title='CARP'>"; elseif($vipent['mode'] == "other") echo "<img src='./themes/".$g['theme']."/images/icons/icon_other.gif' title='Other'>"; elseif($vipent['mode'] == "ipalias") echo "<img src='./themes/".$g['theme']."/images/icons/icon_ipalias.gif' title='IP Alias'>";?>
|
||||
</td>
|
||||
<td class="listbg" ondblclick="document.location='firewall_virtual_ip_edit.php?id=<?=$i;?>';">
|
||||
<font color="#FFFFFF"><?=htmlspecialchars($vipent['descr']);?>
|
||||
<?=htmlspecialchars($vipent['descr']);?>
|
||||
</td>
|
||||
<td class="list" nowrap>
|
||||
<table border="0" cellspacing="0" cellpadding="1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user