Diff for /loncom/homework/lonhomework.pm between versions 1.146 and 1.147

version 1.146, 2003/09/18 20:32:29 version 1.147, 2003/09/18 20:35:30
Line 599  sub newproblem { Line 599  sub newproblem {
  }   }
  my $instructions;   my $instructions;
  if ($templatelist) { $instructions=&mt(", select a template from the pull-down menu below.").'<br />'.&mt("Then");}   if ($templatelist) { $instructions=&mt(", select a template from the pull-down menu below.").'<br />'.&mt("Then");}
  my %lt=&texthash( 'create' => 'Creating a new',   my %lt=&Apache::lonlocal::texthash( 'create' => 'Creating a new',
   'resource' => 'resource',    'resource' => 'resource',
   'requested' => 'The requested file',    'requested' => 'The requested file',
   'not exist' => 'currently does not exist',    'not exist' => 'currently does not exist',
Line 629  ENDNEWPROBLEM Line 629  ENDNEWPROBLEM
 sub view_or_edit_menu {  sub view_or_edit_menu {
     my ($request) = @_;      my ($request) = @_;
     my $url=$request->uri;      my $url=$request->uri;
     my %lt=&texthash( 'would' => 'Would you like to',      my %lt=&Apache::lonlocal::texthash( 'would' => 'Would you like to',
       'view' => 'View',        'view' => 'View',
       'Edit' => 'edit',        'Edit' => 'edit',
       'or' => 'or',        'or' => 'or',

Removed from v.1.146  
changed lines
  Added in v.1.147


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>