--- loncom/interface/spreadsheet/classcalc.pm 2011/12/21 21:25:46 1.31 +++ loncom/interface/spreadsheet/classcalc.pm 2014/02/12 16:53:09 1.32 @@ -1,5 +1,5 @@ # -# $Id: classcalc.pm,v 1.31 2011/12/21 21:25:46 www Exp $ +# $Id: classcalc.pm,v 1.32 2014/02/12 16:53:09 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -320,9 +320,9 @@ sub outsheet_htmlclasslist { &mt('Expire all student spreadsheets').''.$/); } # - $r->print('

'. + $r->print('

'. &mt('Click on a student to be taken to their spreadsheet'). - '

'); + '

'); # my %header=&Apache::lonlocal::texthash( 'student' => 'Student', @@ -357,7 +357,7 @@ END $r->print("\n".$tableheader); } my $link = ''; + '&sdomain='.$student->{'domain'}.'">'; $student->{'section'} = 'none' if ($student->{'section'} eq '-1'); $r->print(''. ''.$num_output.''. @@ -370,9 +370,9 @@ END if ($show_expire_link) { $r->print(''. 'Expire Record'.$/); + $student->{'username'}.':'.$student->{'domain'}.'&'. + 'output_format=htmlclasslist&'. + 'not_first_run=1'.'">'.&mt('Expire Record').''.$/); } $r->print("\n"); }