Diff for /loncom/interface/lonprintout.pm between versions 1.680 and 1.681

version 1.680, 2022/06/11 15:50:09 version 1.681, 2022/06/11 17:32:32
Line 4788  CHOOSE_FROM_SUBDIR Line 4788  CHOOSE_FROM_SUBDIR
     # another resource selector for that sequence      # another resource selector for that sequence
     if ((!$helper->{VARS}->{'construction'}) &&      if ((!$helper->{VARS}->{'construction'}) &&
         (!$is_published || (($subdir eq '') && ($url eq '/adm/navmaps')))) {          (!$is_published || (($subdir eq '') && ($url eq '/adm/navmaps')))) {
         push @$printChoices, [&mtn("Selected <b>Resources</b> from <b>selected folder</b> in course"),          push(@$printChoices,[&mt('Selected [_1]Resources[_2] from [_3]selected folder[_4] in course',
                               'select_sequences', 'CHOOSE_SEQUENCE'];                                   '<b>','</b>','<b>','</b>'),
                                'select_sequences','CHOOSE_SEQUENCE']); 
         my $escapedSequenceName;          my $escapedSequenceName;
         if ($helper->{VARS}->{'SEQUENCE'} ne '') {          if ($helper->{VARS}->{'SEQUENCE'} ne '') {
             $escapedSequenceName = $helper->{VARS}->{'SEQUENCE'};              $escapedSequenceName = $helper->{VARS}->{'SEQUENCE'};
Line 4818  CHOOSE_FROM_SUBDIR Line 4819  CHOOSE_FROM_SUBDIR
                          'select_sequences_resources_for_students','CHOOSE_SEQUENCE_STUDENTS1'],                           'select_sequences_resources_for_students','CHOOSE_SEQUENCE_STUDENTS1'],
                     [&mt('Selected [_1]Resources[_2] from [_3]selected folder[_4] in course for [_5]CODEd assignments[_6]',                      [&mt('Selected [_1]Resources[_2] from [_3]selected folder[_4] in course for [_5]CODEd assignments[_6]',
                          '<b>','</b>','<b>','</b>','<b>','</b>'),                           '<b>','</b>','<b>','</b>','<b>','</b>'),
                          'select_sequences_resources_for_anon','CHOOSE_SEQUENCE_ANON2'],                           'select_sequences_resources_for_anon','CHOOSE_SEQUENCE_ANON2']);
                     [&mt('Selected [_1]Resources[_2] from [_3]selected folder[_4] in course',  
                          '<b>','</b>','<b>','</b>'),  
                          'select_sequences','CHOOSE_SEQUENCE']);  
                 if ($escapedSequenceName) {                  if ($escapedSequenceName) {
                     &generate_common_choosers($r,$helper,$escapedSequenceName,$escapedSequenceName,$isProblem,$symbFilter,$start_new_option);                      &generate_common_choosers($r,$helper,$escapedSequenceName,$escapedSequenceName,$isProblem,$symbFilter,$start_new_option);
                 }                  }
             } else {  
                 push(@{$printChoices},  
                 [&mt('Selected [_1]Resources[_2] from [_3]selected folder[_4] in course',  
                      '<b>','</b>','<b>','</b>'),  
                      'select_sequences','CHOOSE_SEQUENCE']);  
             }              }
         }          }
         if (($subdir eq '') && ($url eq '/adm/navmaps') && ($perm{'pfo'})) {          if (($subdir eq '') && ($url eq '/adm/navmaps') && ($perm{'pfo'})) {

Removed from v.1.680  
changed lines
  Added in v.1.681


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