Diff for /loncom/interface/lonrequestcourse.pm between versions 1.70 and 1.71

version 1.70, 2013/12/25 09:52:42 version 1.71, 2013/12/25 20:43:46
Line 3843  sub notification_information { Line 3843  sub notification_information {
                          mt   => 'Students can automatically select your course by entering this code: [_1]',                           mt   => 'Students can automatically select your course by entering this code: [_1]',
                          args => [$code],                           args => [$code],
                      }];                       }];
         $output .= '<br />'.          $output .= '<p>'.
                    &mt('Students can automatically select your course by entering this code: [_1].','<b>'.$code.'</b>').                     &mt('Students can automatically select your course by entering this code: [_1].','<b>'.$code.'</b>').
                    '<br />'.                     '<br />'.
                    &mt('A message has been sent to your LON-CAPA account with this information').'</br />';                     &mt('A message has been sent to your LON-CAPA account with this information.');
         if ($address ne '') {          if ($address ne '') {
             $output.= &mt('And an e-mail has also been sent to: [_1] with this code.',$address).'<br />';              $output.= '<br />'.&mt('And an e-mail has also been sent to: [_1] with this code.',$address);
         }          }
           $output .= '</p>';
         my $sender = $env{'user.name'}.':'.$env{'user.domain'};          my $sender = $env{'user.name'}.':'.$env{'user.domain'};
         if ($code) {          if ($code) {
             &Apache::loncoursequeueadmin::send_selfserve_notification($req_notifylist,$codemsg,$cnum,$env{'form.cdescr'},              &Apache::loncoursequeueadmin::send_selfserve_notification($req_notifylist,$codemsg,$cnum,$env{'form.cdescr'},

Removed from v.1.70  
changed lines
  Added in v.1.71


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