diff options
author | Scott Dale <sdale@pfsense.org> | 2007-07-15 19:14:53 +0000 |
---|---|---|
committer | Scott Dale <sdale@pfsense.org> | 2007-07-15 19:14:53 +0000 |
commit | 3226e6950f7d643dfc68cccd5abf4cb5382dec3d (patch) | |
tree | 213b87c75a8b7d7880fa0300f558140231edcb4f /usr/local | |
parent | 20e75f7f4f83eae085eb75ebb0ea664ec0059c70 (diff) | |
download | pfsense-3226e6950f7d643dfc68cccd5abf4cb5382dec3d.zip pfsense-3226e6950f7d643dfc68cccd5abf4cb5382dec3d.tar.gz |
underline links
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/widgets/widgets/interfaces.widget.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/widgets/widgets/interfaces.widget.php b/usr/local/www/widgets/widgets/interfaces.widget.php index f4a9a91..e31e1c1 100644 --- a/usr/local/www/widgets/widgets/interfaces.widget.php +++ b/usr/local/www/widgets/widgets/interfaces.widget.php @@ -55,7 +55,7 @@ <? } else { ?> <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_cablenic.gif"/> <? } ?> - <strong> + <strong><u> <?php if ($ifname == "WAN") { ?> <span onClick="location.href='/interfaces_wan.php'" style="cursor:pointer"> @@ -65,10 +65,10 @@ <span onClick="location.href='/interfaces_opt.php?index=<?=$counter; ?>'" style="cursor:pointer"> <? $counter++; - } ?> + } ?> - <?=htmlspecialchars($ifname);?></span></a></strong> + <?=htmlspecialchars($ifname);?></span></u></strong> </td> <td width="70%" class="listr"> |