Diff for /loncom/interface/loncreateuser.pm between versions 1.329.2.6 and 1.329.2.7

version 1.329.2.6, 2010/11/08 19:52:01 version 1.329.2.7, 2010/12/05 21:58:11
Line 980  sub print_user_modification_page { Line 980  sub print_user_modification_page {
             $response .= '<p class="LC_warning">'              $response .= '<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 />';                          .'<br />';
             if ($ccdomain eq 'gcitest') {              if ($ccdomain =~ /^\w+citest$/) {
                 $response .= &mt('Enter a valid e-mail address as the username for the new user.').' '.&mt('Please contact the [_1]helpdesk[_2] for assistance.'                  $response .= &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.329.2.6  
changed lines
  Added in v.1.329.2.7


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