summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/interfaces.widget.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-06-22 02:00:00 +0000
committerScott Dale <sdale@pfsense.org>2007-06-22 02:00:00 +0000
commitbadc676a84c892d6a7466cbc45e06b0d58f09083 (patch)
tree2e9fee558b09ecdc3f93defad98eb071f9ca3408 /usr/local/www/widgets/widgets/interfaces.widget.php
parentebc80e4624c2a02b1e280403b086272ab521ed0d (diff)
downloadpfsense-badc676a84c892d6a7466cbc45e06b0d58f09083.zip
pfsense-badc676a84c892d6a7466cbc45e06b0d58f09083.tar.gz
update widgets to use css properly
Diffstat (limited to 'usr/local/www/widgets/widgets/interfaces.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/interfaces.widget.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/widgets/widgets/interfaces.widget.php b/usr/local/www/widgets/widgets/interfaces.widget.php
index 05061d8..608130d 100644
--- a/usr/local/www/widgets/widgets/interfaces.widget.php
+++ b/usr/local/www/widgets/widgets/interfaces.widget.php
@@ -24,17 +24,17 @@
<strong>
<?php
if ($ifname == "WAN") { ?>
- <a href="/interfaces_wan.php">
+ <span onClick="location.href='/interfaces_wan.php'" style="cursor:pointer">
<? } else if ($ifname == "LAN") { ?>
- <a href="/interfaces_lan.php">
+ <span onClick="location.href='/interfaces_lan.php'" style="cursor:pointer">
<? } else { ?>
- <a href="/interfaces_opt.php?index=<?=$counter; ?>">
+ <span onClick="location.href='/interfaces_opt.php?index=<?=$counter; ?>'" style="cursor:pointer">
<?
$counter++;
} ?>
- <span style="color:#000000"><?=htmlspecialchars($ifname);?></span></a></strong>
+ <?=htmlspecialchars($ifname);?></span></a></strong>
</td>
<td width="70%" class="listr">
OpenPOWER on IntegriCloud