From b7ee6ce75f0b69d976bbfb1bb81cb95719929034 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 16 Feb 2004 09:27:37 +0000 Subject: [PATCH] workaround for idots and IE button prob (wrong/no cursor) --- phpgwapi/inc/class.html.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index 92bf96c52d..2adba89ebf 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -196,6 +196,9 @@ function submit_button($name,$lang,$onClick='',$no_lang=0,$options='',$image='',$app='') { + // workaround for idots and IE button problem (wrong cursor-image) + $options .= ' style="cursor: hand;"'; + if ($image != '') { if (strpos($image,'.'))