Diff for /loncom/interface/loncommon.pm between versions 1.948.2.33 and 1.948.2.33.2.1

version 1.948.2.33, 2011/11/08 02:27:47 version 1.948.2.33.2.1, 2012/02/09 00:45:40
Line 8002  sub user_picker { Line 8002  sub user_picker {
                     );                      );
                     $new_user_create = '<p class="LC_warning">'                      $new_user_create = '<p class="LC_warning">'
                                       .&mt("You are not authorized to create new $usertypetext{$usertype} users in this domain.")                                        .&mt("You are not authorized to create new $usertypetext{$usertype} users in this domain.")
                                       .' '                                        .'<br />'
                                       .&mt('Please contact the [_1]helpdesk[_2] for assistance.'                                        .&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>')                                        ,'<a href="'.$helplink.'">','</a>')
                                       .'</p><br />';                                        .'</p><br />';
                 }                  }
             }              }

Removed from v.1.948.2.33  
changed lines
  Added in v.1.948.2.33.2.1


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