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
0090842983
commit
0e1dce2659
@ -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;
|
||||
|
||||
@ -200,7 +200,7 @@ function enable_change(enable_over) {
|
||||
<?=$hostent['ip'];?>
|
||||
</td>
|
||||
<td class="listbg" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';">
|
||||
<font color="#FFFFFF"><?=htmlspecialchars($hostent['descr']);?>
|
||||
<?=htmlspecialchars($hostent['descr']);?>
|
||||
</td>
|
||||
<td valign="middle" nowrap class="list">
|
||||
<table border="0" cellspacing="0" cellpadding="1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user