mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Back to use listr instead of vncellt since it has small fonts and mitigate changes of go outside the sidget. It should fix #3937
This commit is contained in:
parent
30cb409d63
commit
0a8d7fe996
@ -73,16 +73,13 @@ foreach ($ifdescrs as $ifdescr => $ifname):
|
||||
?>
|
||||
<tr>
|
||||
<td class="vncellt" rowspan="2">
|
||||
<img src="./themes/<?=$g['theme'];?>/images/icons/icon_<?=$icon;?>.gif" alt="<?=$icon;?>" />
|
||||
|
||||
<strong><u>
|
||||
<span onclick="location.href='/interfaces.php?if=<?=$ifdescr; ?>'" style="cursor:pointer">
|
||||
<?=htmlspecialchars($ifname);?>
|
||||
</span>
|
||||
</u></strong>
|
||||
<span onclick="location.href='/interfaces.php?if=<?=$ifdescr; ?>'" style="cursor:pointer; white-space:nowrap">
|
||||
<img src="./themes/<?=$g['theme'];?>/images/icons/icon_<?=$icon;?>.gif" alt="<?=$icon;?>" />
|
||||
<u><?=htmlspecialchars($ifname);?></u>
|
||||
</span>
|
||||
<?php
|
||||
if ($ifinfo['dhcplink'])
|
||||
echo " (DHCP)";
|
||||
echo "<br />(DHCP)";
|
||||
?>
|
||||
</td>
|
||||
<?php
|
||||
@ -103,7 +100,8 @@ foreach ($ifdescrs as $ifdescr => $ifname):
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="vncellt" style="border-right:1px solid #999999;">
|
||||
<td class="listr">
|
||||
<strong>
|
||||
<?php
|
||||
if($ifinfo['ipaddr'] != ""):
|
||||
?>
|
||||
@ -117,6 +115,7 @@ foreach ($ifdescrs as $ifdescr => $ifname):
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user