[LON-CAPA-cvs] cvs: loncom(loncapaMITrelate_1) /interface createaccount.pm

raeburn raeburn at source.lon-capa.org
Tue May 1 10:20:11 EDT 2012


raeburn		Tue May  1 14:20:11 2012 EDT

  Modified files:              (Branch: loncapaMITrelate_1)
    /loncom/interface	createaccount.pm 
  Log:
  - Customization for MITrelate
    - Add line breaks to improve readability.
  
  
Index: loncom/interface/createaccount.pm
diff -u loncom/interface/createaccount.pm:1.40.2.5.2.15 loncom/interface/createaccount.pm:1.40.2.5.2.16
--- loncom/interface/createaccount.pm:1.40.2.5.2.15	Tue May  1 13:58:27 2012
+++ loncom/interface/createaccount.pm	Tue May  1 14:20:10 2012
@@ -3,7 +3,7 @@
 # institutional log-in ID (institutional authentication required - localauth
 #  or kerberos) or an e-mail address.
 #
-# $Id: createaccount.pm,v 1.40.2.5.2.15 2012/05/01 13:58:27 raeburn Exp $
+# $Id: createaccount.pm,v 1.40.2.5.2.16 2012/05/01 14:20:10 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -415,8 +415,10 @@
         type   => 'Type in your log-in ID and password to find out.',
         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.',
-        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.',
-        yous => 'Your user id for the course is your email address.',
+        aftr   => 'After completing the activation process you will be directed to the course.',
+        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;
     if (ref($cancreate) eq 'ARRAY') {
@@ -437,7 +439,8 @@
                         &mt('You are about to sign-up for the [_1]Mechanics Online[_2] course.','<em>','</em>').'<br />'.
                         $lt{'plse'}.'</p><ul>'.
                         '<li>'.$lt{'inst'}.'</li>'.
-                        '<li>'.$lt{'aftr'}.'</li>'.
+                        '<li>'.$lt{'aftr'}.'<br />'.$lt{'ther'}.'<br />'.
+                               $lt{'ywil'}.'</li>'.
                         '<li>'.$lt{'yous'}.'</li></ul>';
             my $captchaform = &create_recaptcha($pubkey);
             if ($captchaform) {




More information about the LON-CAPA-cvs mailing list