[ic] UI Admin Change Needed

Steve Graham icdev at mrlock.com
Fri Feb 16 09:37:33 EST 2007


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



More information about the interchange-users mailing list