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

raeburn raeburn at source.lon-capa.org
Wed Feb 8 19:45:41 EST 2012


raeburn		Thu Feb  9 00:45:41 2012 EDT

  Modified files:              (Branch: loncapaMITrelate_1)
    /loncom/interface	loncommon.pm 
  Log:
  - Customization for MITrelate.
    - Use e-mail addresses for usernames.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.948.2.33 loncom/interface/loncommon.pm:1.948.2.33.2.1
--- loncom/interface/loncommon.pm:1.948.2.33	Tue Nov  8 02:27:47 2011
+++ loncom/interface/loncommon.pm	Thu Feb  9 00:45:40 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.948.2.33 2011/11/08 02:27:47 raeburn Exp $
+# $Id: loncommon.pm,v 1.948.2.33.2.1 2012/02/09 00:45:40 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -8002,9 +8002,9 @@
                     );
                     $new_user_create = '<p class="LC_warning">'
                                       .&mt("You are not authorized to create new $usertypetext{$usertype} users in this domain.")
-                                      .' '
-                                      .&mt('Please contact the [_1]helpdesk[_2] for assistance.'
-                                          ,'<a href="'.$helplink.'">','</a>')
+                                      .'<br />'
+                                      .&mt('Enter a valid e-mail address as the username for the new user.').' '.&mt('Please contact the [_1]helpdesk[_2] for assistance.'
+                                      ,'<a href="'.$helplink.'">','</a>')
                                       .'</p><br />';
                 }
             }




More information about the LON-CAPA-cvs mailing list