summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-19 17:36:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-19 17:36:16 +0000
commitb4bccae7c0aead1890cdcbd8d78b59f169b1ed5a (patch)
tree0fb7c514dc35e8883fd2c0e109fe8daea70da468 /etc/inc/pfsense-utils.inc
parent0cb641ba72fc99c93cda61cf2828b404d8a0efbb (diff)
downloadpfsense-b4bccae7c0aead1890cdcbd8d78b59f169b1ed5a.zip
pfsense-b4bccae7c0aead1890cdcbd8d78b59f169b1ed5a.tar.gz
Remove cursor: hand, that's a pre-IE6-ism that should be shot
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index d67ed41..fed82ec 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1212,20 +1212,20 @@ function display_top_tabs($tab_array) {
$tabscounter = 0;
foreach ($tab_array as $ta) {
if($ta[1] == true) {
- echo " <td bgcolor='#EEEEEE' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer; cursor: hand;\"><div id='tabactive'></div></td>\n";
+ echo " <td bgcolor='#EEEEEE' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer;\"><div id='tabactive'></div></td>\n";
} else {
- echo " <td bgcolor='#777777' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer; cursor: hand;\"><div id='tabdeactive{$tabscounter}'></div></td>\n";
+ echo " <td bgcolor='#777777' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer;\"><div id='tabdeactive{$tabscounter}'></div></td>\n";
}
$tabscounter++;
}
echo "</tr>\n<tr>\n";
foreach ($tab_array as $ta) {
if($ta[1] == true) {
- echo " <td bgcolor='#EEEEEE' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer; cursor: hand;\"><B>&nbsp;&nbsp;&nbsp;{$ta[0]}";
+ echo " <td bgcolor='#EEEEEE' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer;\"><B>&nbsp;&nbsp;&nbsp;{$ta[0]}";
echo "&nbsp;&nbsp;&nbsp;";
echo "<font size='-12'>&nbsp;</td>\n";
} else {
- echo " <td bgcolor='#777777' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer; cursor: hand;\"><B>&nbsp;&nbsp;&nbsp;<a href='{$ta[2]}'>";
+ echo " <td bgcolor='#777777' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer;\"><B>&nbsp;&nbsp;&nbsp;<a href='{$ta[2]}'>";
echo "<font color='white'>{$ta[0]}</a>&nbsp;&nbsp;&nbsp;";
echo "<font size='-12'>&nbsp;</td>\n";
}
@@ -1233,9 +1233,9 @@ function display_top_tabs($tab_array) {
echo "</tr>\n<tr height='5px'>\n";
foreach ($tab_array as $ta) {
if($ta[1] == true) {
- echo " <td bgcolor='#EEEEEE' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer; cursor: hand;\"></td>\n";
+ echo " <td bgcolor='#EEEEEE' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer;\"></td>\n";
} else {
- echo " <td bgcolor='#777777' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer; cursor: hand;\"></td>\n";
+ echo " <td bgcolor='#777777' onClick=\"document.location='{$ta[2]}'\" style=\"cursor: pointer;\"></td>\n";
}
$tabscounter++;
}
OpenPOWER on IntegriCloud