mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
workaround for idots and IE button prob (wrong/no cursor)
This commit is contained in:
parent
b7ae8accc8
commit
b7ee6ce75f
@ -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,'.'))
|
||||
|
Loading…
Reference in New Issue
Block a user