--- loncom/interface/lonprintout.pm 2006/06/26 22:16:06 1.446 +++ loncom/interface/lonprintout.pm 2006/06/30 01:11:04 1.449 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.446 2006/06/26 22:16:06 foxr Exp $ +# $Id: lonprintout.pm,v 1.449 2006/06/30 01:11:04 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1805,9 +1805,6 @@ sub print_resources { } # Fullname may have special latex characters that need \ prefixing: # -# &Apache::lonnet::logthis("Prior to latex escape: $fullname"); -# $fullname = &escape_LaTeX($fullname); -# &Apache::lonnet::logthis("After escape $fullname"); my $i = 0; #goes through all resources, checks if they are available for @@ -2268,8 +2265,8 @@ ALL_PROBLEMS All assignments in a single PDF file Each PDF contains exactly one section Each PDF contains exactly one assignment - - Specify Number: + + Specify the number of assignments per PDF: RESOURCE_SELECTOR @@ -2317,10 +2314,16 @@ CHOOSE_STUDENTS } if (%codes_to_print) { $code_selection .=' - - push(@{$state->{CHOICES}},@{$helper->{DATA}{ALL_CODE_CHOICES}}); - + Choose single code from list + + + + push(@{$state->{CHOICES}},@{$helper->{DATA}{ALL_CODE_CHOICES}}); + + +
'.$/; + } @@ -2378,12 +2381,9 @@ CHOOSE_STUDENTS
- Choose single code from list - - $code_selection - -
+ + Reprint a set of saved CODEs: @@ -2429,8 +2429,8 @@ CHOOSE_ANON1 All assignments in a single PDF file Each PDF contains exactly one section Each PDF contains exactly one assignment - - Specify Number: + + Specify the number of assignments per PDF: RESOURCE_SELECTOR @@ -2489,12 +2489,7 @@ CHOOSE_STUDENTS1
- Choose single code from list - - $code_selection - -
Reprint a set of saved CODEs: @@ -2548,7 +2543,7 @@ CHOOSE_FROM_SUBDIR CHOOSE_FROM_ANY_SEQUENCE return \$res->is_sequence; return $urlValue; - return \$res->hasResource(\$res,sub { return !\$_[0]->is_sequence() },1,0); + return \$res->hasResource(\$res,sub { return !\$_[0]->is_sequence() },0,0);