Diff for /loncom/interface/createaccount.pm between versions 1.40.2.5.2.15 and 1.40.2.5.2.16

version 1.40.2.5.2.15, 2012/05/01 13:58:27 version 1.40.2.5.2.16, 2012/05/01 14:20:10
Line 415  sub print_username_form { Line 415  sub print_username_form {
         type   => 'Type in your log-in ID and password to find out.',          type   => 'Type in your log-in ID and password to find out.',
         plse   => 'Please enter a valid e-mail address below.',          plse   => 'Please enter a valid e-mail address below.',
         inst   => 'Instructions on how to activate your account will be sent to the e-mail address you provide.',          inst   => 'Instructions on how to activate your account will be sent to the e-mail address you provide.',
         aftr   => 'After completing the activation process you will be directed to the course, where you will have access to a "self test" that will help you assess your readiness for the course.  You will also have access to some introductory material and to the course schedule and policies.',          aftr   => 'After completing the activation process you will be directed to the course.',
         yous => 'Your user id for the course is your email address.',          ther   => 'There you will have access to a "self test" that will help you assess your readiness for the course.',
           ywil   => 'You will also have access to introductory material and to the course schedule and policies.',
           yous   => 'Your user id for the course is your email address.',
     );      );
     my $output;      my $output;
     if (ref($cancreate) eq 'ARRAY') {      if (ref($cancreate) eq 'ARRAY') {
Line 437  sub print_username_form { Line 439  sub print_username_form {
                         &mt('You are about to sign-up for the [_1]Mechanics Online[_2] course.','<em>','</em>').'<br />'.                          &mt('You are about to sign-up for the [_1]Mechanics Online[_2] course.','<em>','</em>').'<br />'.
                         $lt{'plse'}.'</p><ul>'.                          $lt{'plse'}.'</p><ul>'.
                         '<li>'.$lt{'inst'}.'</li>'.                          '<li>'.$lt{'inst'}.'</li>'.
                         '<li>'.$lt{'aftr'}.'</li>'.                          '<li>'.$lt{'aftr'}.'<br />'.$lt{'ther'}.'<br />'.
                                  $lt{'ywil'}.'</li>'.
                         '<li>'.$lt{'yous'}.'</li></ul>';                          '<li>'.$lt{'yous'}.'</li></ul>';
             my $captchaform = &create_recaptcha($pubkey);              my $captchaform = &create_recaptcha($pubkey);
             if ($captchaform) {              if ($captchaform) {

Removed from v.1.40.2.5.2.15  
changed lines
  Added in v.1.40.2.5.2.16


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