Diff for /loncom/interface/lonuserutils.pm between versions 1.162 and 1.163

version 1.162, 2014/02/14 17:44:00 version 1.163, 2014/02/16 15:38:53
Line 1081  sub forceid_change { Line 1081  sub forceid_change {
     my ($context) = @_;      my ($context) = @_;
     my $output =       my $output = 
         '<label><input type="checkbox" name="forceid" value="yes" />'          '<label><input type="checkbox" name="forceid" value="yes" />'
        .&mt('Disable Student/Employee ID Safeguard and force change of conflicting IDs')         .&mt('Force change of exising ID')
        .'</label><br />'."\n"         .'</label>'.&Apache::loncommon::help_open_topic('ForceIDChange')."\n";
        .&mt('(only do if you know what you are doing.)')."\n";  
     if ($context eq 'domain') {      if ($context eq 'domain') {
         $output .= '<br /><label><input type="checkbox" name="recurseid"'.          $output .= 
                    ' value="yes" />'.               '<br />'
   &mt('Update student/employee ID in courses in which user is active/future student,[_1](if forcing change).','<br />').             .'<label><input type="checkbox" name="recurseid" value="yes" />'
                    '</label>'."\n";             .&mt("Update ID in user's course(s).").'</label>'."\n";
     }      }
     return $output;      return $output;
 }  }

Removed from v.1.162  
changed lines
  Added in v.1.163


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