Project

General

Profile

« Previous | Next » 

Revision 30d4c469

Added by Scott Ullrich almost 17 years ago

Do not hard code white

View differences:

usr/local/www/firewall_virtual_ip.php
162 162
                    <? 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'>";?>
163 163
                  </td>
164 164
                  <td class="listbg" ondblclick="document.location='firewall_virtual_ip_edit.php?id=<?=$i;?>';">
165
                    <font color="#FFFFFF"><?=htmlspecialchars($vipent['descr']);?>&nbsp;
165
                    <?=htmlspecialchars($vipent['descr']);?>&nbsp;
166 166
                  </td>
167 167
                  <td class="list" nowrap>
168 168
                    <table border="0" cellspacing="0" cellpadding="1">

Also available in: Unified diff