[LON-CAPA-cvs] cvs: loncom(GCI_3) /interface lonuserutils.pm
raeburn
raeburn@source.lon-capa.org
Sun, 20 Dec 2009 01:53:42 -0000
raeburn Sun Dec 20 01:53:42 2009 EDT
Modified files: (Branch: GCI_3)
/loncom/interface lonuserutils.pm
Log:
- Customization for GCI_3.
- Eliminate message about UTF-8 coding.
- Downgrade h2 -> h3.
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.109 loncom/interface/lonuserutils.pm:1.109.2.1
--- loncom/interface/lonuserutils.pm:1.109 Sun Dec 20 01:49:42 2009
+++ loncom/interface/lonuserutils.pm Sun Dec 20 01:53:42 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.109 2009/12/20 01:49:42 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.109.2.1 2009/12/20 01:53:42 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3655,7 +3655,7 @@
$str .= '<input type="hidden" name="action" value="upload" />';
$str .= '<input type="hidden" name="state" value="got_file" />';
- $str .= '<h2>'.&mt('Upload a file containing information about users').'</h2>'."\n";
+ $str .= '<h3>'.&mt('Upload a file containing information about users').'</h3>'."\n";
# Excel and CSV Help
$str .= '<div class="LC_left_float">'
@@ -3666,15 +3666,8 @@
&mt("How do I create a CSV file from a spreadsheet"))
.'</div><br clear="all" />'."\n";
$str .= &Apache::lonhtmlcommon::start_pick_box()
- .&Apache::lonhtmlcommon::row_title(&mt('File'));
- if (&Apache::lonlocal::current_language() ne 'en') {
- if ($context eq 'course') {
- $str .= '<p class="LC_info">'."\n"
- .&mt('Please upload an UTF8 encoded file to ensure a correct character encoding in your classlist.')."\n"
- .'</p>'."\n";
- }
- }
- $str .= &Apache::loncommon::upfile_select_html()
+ .&Apache::lonhtmlcommon::row_title(&mt('File'))
+ .&Apache::loncommon::upfile_select_html()
.&Apache::lonhtmlcommon::row_closure()
.&Apache::lonhtmlcommon::row_title(
'<label for="noFirstLine">'