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

Re: [ic] UI Admin Change Needed


Steve Graham <suppressed> wrote:
> 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)
> 
I made a similar change to 5.5 (CVS) a while back:

    http://www.icdevgroup.org/cgi-bin/cvsweb/interchange/dist/lib/UI/vars/UI_STD_HEAD.diff?r1=2.43;r2=2.44

I should have made the same change to 5.4.  I'll do that now.  Thanks
for reporting it.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    suppressed
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/
_______________________________________________
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.