--- loncom/homework/outputtags.pm 2003/09/08 18:36:39 1.32 +++ loncom/homework/outputtags.pm 2003/10/13 19:32:31 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # tags that create controlled output # -# $Id: outputtags.pm,v 1.32 2003/09/08 18:36:39 albertel Exp $ +# $Id: outputtags.pm,v 1.34 2003/10/13 19:32:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -65,7 +65,7 @@ sub start_displayduedate { &Apache::lonnavmaps::timeToHumanString($date). ''; } else { - $result='Due '.&Apache::lonnavmaps::timeToHumanString($date); + $result=&mt('Due').' '.&Apache::lonnavmaps::timeToHumanString($date); } # } else { # $result ='
No due date set.
'; @@ -145,7 +145,6 @@ sub start_displayweight { } push(@{$Apache::outputtags::showonce{'displayweight'}}, $Apache::inputtags::part); - my $status=$Apache::inputtags::status['-1']; if ($target eq 'web' || $target eq 'tex') { my $id = $Apache::inputtags::part; if ($id ne '0') {