workaround for idots and IE button prob (wrong/no cursor)

This commit is contained in:
Ralf Becker 2004-02-16 09:27:37 +00:00
parent b7ae8accc8
commit b7ee6ce75f

View File

@ -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,'.'))