Do not hard code white

This commit is contained in:
Scott Ullrich 2008-10-12 21:00:49 +00:00
parent 0090842983
commit 0e1dce2659
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ include('head.inc');
$name = ($tabindex == 0 ? 'IPv4' : 'IPv6');
?>
<table class="tabcont" width="100%" cellspacing="0" cellpadding="6" border="0">
<tr><td class="listbg" colspan="<?=$elements?>"><font color="white"><strong><?=$name;?></strong></font></td></tr>
<tr><td class="listbg" colspan="<?=$elements?>"><strong><?=$name;?></strong></font></td></tr>
<?
foreach (explode("\n", $table) as $i => $line) {
if ($i == 0) continue;

View File

@ -200,7 +200,7 @@ function enable_change(enable_over) {
<?=$hostent['ip'];?>&nbsp;
</td>
<td class="listbg" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';">
<font color="#FFFFFF"><?=htmlspecialchars($hostent['descr']);?>&nbsp;
<?=htmlspecialchars($hostent['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">