mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use listbg instead of hard coding red background for RFC1918 information
This commit is contained in:
parent
37f36cdaad
commit
c2a6f3230e
@ -295,7 +295,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
|
||||
<td class="listr" style="background-color: #e0e0e0">*</td>
|
||||
<td class="listr" style="background-color: #e0e0e0">*</td>
|
||||
<td class="listr" style="background-color: #e0e0e0">*</td>
|
||||
<td class="listbg" style="background-color: #990000"><font color="white">Block private networks</td>
|
||||
<td class="listbg"><font color="white">Block private networks</td>
|
||||
<td valign="middle" nowrap class="list">
|
||||
<table border="0" cellspacing="0" cellpadding="1">
|
||||
<tr>
|
||||
@ -544,7 +544,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
|
||||
<td class="listr" onClick="fr_toggle(<?=$nrules;?>)" id="frd<?=$nrules;?>" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';"><font color="black">
|
||||
<?php if ($printicon) { ?><img src="./themes/<?= $g['theme']; ?>/images/icons/<?php echo $image; ?>.gif" title="<?php echo $alttext;?>" border="0"><?php } ?> <?=$textss;?><?php echo $schedule_span_begin;?><?=htmlspecialchars($filterent['sched']);?><?php echo $schedule_span_end; ?><?=$textse;?>
|
||||
</td>
|
||||
<td class="listbg" onClick="fr_toggle(<?=$nrules;?>)" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';" bcolor="#990000"><font color="white">
|
||||
<td class="listbg" onClick="fr_toggle(<?=$nrules;?>)" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';" class="descr">
|
||||
<?=$textss;?><?=htmlspecialchars($filterent['descr']);?> <?=$textse;?>
|
||||
</td>
|
||||
<td valign="middle" nowrap class="list">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user