--- rat/lonratedt.pm 2012/04/18 17:37:12 1.105 +++ rat/lonratedt.pm 2012/05/01 23:00:29 1.105.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Edit Handler for RAT Maps # -# $Id: lonratedt.pm,v 1.105 2012/04/18 17:37:12 raeburn Exp $ +# $Id: lonratedt.pm,v 1.105.2.1 2012/05/01 23:00:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,8 +43,12 @@ use HTML::Entities(); # --------------------------------------------------------- Build up RAT screen sub ratedt { my ($r,$url)=@_; - my %layout = ('border' => "0", - 'rows' => "1,250,*"); + my %layout = ('border' => "0"); + if ($env{'environment.remote'} eq 'off') { + $layout{'rows'} = "1,250,*"; + } else { + $layout{'rows'} = "1,70,*"; + } my $js ='