[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] UI Admin Change Needed


Hello,

You may notice an error when using the Menu options in the admin UI if you or your customer is using IE 7.x

file is located in /lib/UI/vars/UI_STD_HEAD

make the following simple change:

[calcn]
        # is this browser able to grok DHTML ?
        # (Called separately to prevent bad user value in MV_DHTML_BROWSER
        # from crashing init...)
        my $regex = q{__MV_DHTML_BROWSER__}
- || 'MSIE.*5.5|MSIE.*6|Mozilla\W*5|Mozilla.*Gecko'; + || 'MSIE.*5.5|MSIE.*6|MSIE.*7|Mozilla\W*5|Mozilla.*Gecko';
        $Scratch->{ui_old_browser} = $Session->{browser} !~ /$regex/;
        return;
[/calcn][calcn]

(restart IC)

-Steve

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.