Diff for /loncom/homework/essayresponse.pm between versions 1.108 and 1.109

version 1.108, 2010/06/21 02:15:37 version 1.109, 2010/08/22 19:00:15
Line 121  sub start_essayresponse { Line 121  sub start_essayresponse {
     $result .= '<td><i>'.&mt('Collaborated with [_1]',$coll).'</i></td>';      $result .= '<td><i>'.&mt('Collaborated with [_1]',$coll).'</i></td>';
  }   }
   
         my $current_files_display = &current_file_submissions($part,$id);          my $current_files_display = &Apache::inputtags::current_file_submissions($part,$id);
         if ($current_files_display) {          if ($current_files_display) {
             $result .= '<td><b>'.&mt('Submitted files:').'</b><br />'.              $result .= '<td><b>'.&mt('Submitted files:').'</b><br />'.
                        $current_files_display.'</td>';                         $current_files_display.'</td>';

Removed from v.1.108  
changed lines
  Added in v.1.109


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