Diff for /loncom/interface/lonuserutils.pm between versions 1.84 and 1.85

version 1.84, 2009/03/09 05:25:40 version 1.85, 2009/03/12 17:30:55
Line 3413  sub print_first_users_upload_form { Line 3413  sub print_first_users_upload_form {
     $str  = '<input type="hidden" name="phase" value="two">';      $str  = '<input type="hidden" name="phase" value="two">';
     $str .= '<input type="hidden" name="action" value="upload" />';      $str .= '<input type="hidden" name="action" value="upload" />';
     $str .= '<input type="hidden"   name="state"  value="got_file" />';      $str .= '<input type="hidden"   name="state"  value="got_file" />';
     $str .= "<h3>".&mt('Upload a file containing information about users')."</h3>\n";      $str .= '<h2>'.&mt('Upload a file containing information about users').'</h2>'."\n";
       $str .= '<p class="LC_info">'
              .&mt('Please upload an UTF8 encoded file to ensure a correct character encoding in your classlist.')
              .'</p>'."\n";
     $str .= &Apache::loncommon::upfile_select_html();      $str .= &Apache::loncommon::upfile_select_html();
     $str .= '<p>';      $str .= '<p>';
     $str .= &Apache::loncommon::help_open_topic("Course_Create_Class_List",      $str .= &Apache::loncommon::help_open_topic("Course_Create_Class_List",

Removed from v.1.84  
changed lines
  Added in v.1.85


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