--- rat/lonratparms.pm 2003/09/29 14:31:00 1.16 +++ rat/lonratparms.pm 2003/10/06 20:38:25 1.17 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Set parameters inside of the RAT # -# $Id: lonratparms.pm,v 1.16 2003/09/29 14:31:00 www Exp $ +# $Id: lonratparms.pm,v 1.17 2003/10/06 20:38:25 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -108,10 +108,10 @@ sub handler { # --------------------------------------------------- Print input screen header my $pjump_def = &Apache::lonhtmlcommon::pjump_javascript_definition(); my $bodytag=&Apache::loncommon::bodytag('Set Resource Parameters in Map'); - my %lt=&Apache::loncommon::texthash('pa' => 'Parameter', - 'de' => 'Default', - 'va' => 'Value', - 'se' => 'Set'); + my %lt=&Apache::lonlocal::texthash('pa' => 'Parameter', + 'de' => 'Default', + 'va' => 'Value', + 'se' => 'Set'); $r->print(< @@ -157,7 +157,7 @@ $bodytag ENDDOCUMENT - %display=&Apache::lonlocal::texthash(%display); +### %display=&Apache::lonlocal::texthash(%display); my $enter=&mt('Enter'); foreach (keys(%content)) { my $cur=$content{$_};
$lt{'pa'}$lt{'de'}$lt{'va'}$lt{'se'}?