Diff for /loncom/interface/lonprintout.pm between versions 1.692 and 1.693

version 1.692, 2023/04/16 21:22:47 version 1.693, 2023/04/17 10:17:07
Line 4829  CHOOSE_FROM_SUBDIR Line 4829  CHOOSE_FROM_SUBDIR
                         &generate_common_choosers($r,$helper,$escapedSequenceName,$escapedSequenceName,                          &generate_common_choosers($r,$helper,$escapedSequenceName,$escapedSequenceName,
                                                   $isProblem,$symbFilter,$start_new_option);                                                    $isProblem,$symbFilter,$start_new_option);
   
                     my $resource_selector .= <<RESOURCE_SELECTOR;                      my $resource_selector = <<RESOURCE_SELECTOR;
   <state name="CHOOSE_STUDENTS2" title="Select Students and Resources">    <state name="CHOOSE_STUDENTS2" title="Select Students and Resources">
     <choices variable='student_sort'>      <choices variable='student_sort'>
       <choice computer='0'>Sort by section then student</choice>        <choice computer='0'>Sort by section then student</choice>

Removed from v.1.692  
changed lines
  Added in v.1.693


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