[LON-CAPA-cvs] cvs: loncom /interface lonuserutils.pm /localize/localize de.pm

bisitz bisitz@source.lon-capa.org
Thu, 12 Mar 2009 17:30:56 -0000


bisitz		Thu Mar 12 17:30:56 2009 EDT

  Modified files:              
    /loncom/localize/localize	de.pm 
    /loncom/interface	lonuserutils.pm 
  Log:
  - Added information about UTF8 encoding of uploaded classlist files
  - Use standard headline 2
  
  
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.250 loncom/localize/localize/de.pm:1.251
--- loncom/localize/localize/de.pm:1.250	Thu Mar 12 16:19:41 2009
+++ loncom/localize/localize/de.pm	Thu Mar 12 17:30:50 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.250 2009/03/12 16:19:41 bisitz Exp $
+# $Id: de.pm,v 1.251 2009/03/12 17:30:50 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -12335,6 +12335,9 @@
    'Upload a file containing information about users'
 => 'Hochladen einer Datei mit Benutzerinformationen',
 
+   'Please upload an UTF8 encoded file to ensure a correct character encoding in your classlist.'
+=> 'Bitte laden Sie eine UTF8-codierte Datei hoch, um in der Kursteilnehmerliste eine korrekte Zeichencodierung sicherzustellen.',
+
    'Upload file of users'
 => 'Hochladen einer Datei mit Benutzern',
 
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.84 loncom/interface/lonuserutils.pm:1.85
--- loncom/interface/lonuserutils.pm:1.84	Mon Mar  9 05:25:40 2009
+++ loncom/interface/lonuserutils.pm	Thu Mar 12 17:30:55 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Utility functions for managing LON-CAPA user accounts
 #
-# $Id: lonuserutils.pm,v 1.84 2009/03/09 05:25:40 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.85 2009/03/12 17:30:55 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3413,7 +3413,10 @@
     $str  = '<input type="hidden" name="phase" value="two">';
     $str .= '<input type="hidden" name="action" value="upload" />';
     $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 .= '<p>';
     $str .= &Apache::loncommon::help_open_topic("Course_Create_Class_List",