[LON-CAPA-cvs] cvs: loncom /interface londropadd.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 21 Jul 2003 17:54:43 -0000
albertel Mon Jul 21 13:54:43 2003 EDT
Modified files:
/loncom/interface londropadd.pm
Log:
- bug 1911, Classlist is really Class List
Index: loncom/interface/londropadd.pm
diff -u loncom/interface/londropadd.pm:1.75 loncom/interface/londropadd.pm:1.76
--- loncom/interface/londropadd.pm:1.75 Tue Jul 15 15:23:14 2003
+++ loncom/interface/londropadd.pm Mon Jul 21 13:54:43 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to drop and add students in courses
#
-# $Id: londropadd.pm,v 1.75 2003/07/15 19:23:14 matthew Exp $
+# $Id: londropadd.pm,v 1.76 2003/07/21 17:54:43 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -154,7 +154,7 @@
</font>
</p><p>
<font size="+1">
- <a href="/adm/dropadd?action=classlist">View Classlist</a>
+ <a href="/adm/dropadd?action=classlist">View Class List</a>
</font>
</p><p>
<font size="+1">
@@ -923,7 +923,7 @@
<input type="hidden" name="action" value="$ENV{'form.action'}" />
<input type="hidden" name="state" value="" />
<p>
-<font size="+1">Current Classlist</font>
+<font size="+1">Current Class List</font>
END
if ($ENV{'form.action'} ne 'modifystudent') {
@@ -1028,7 +1028,7 @@
$excel_workbook->set_tempdir('/home/httpd/perl/tmp');
$excel_sheet = $excel_workbook->addworksheet('classlist');
#
- my $description = 'Classlist for '.
+ my $description = 'Class List for '.
$ENV{'course.'.$ENV{'request.course.id'}.'.description'};
$excel_sheet->write($row++,0,$description);
#