[LON-CAPA-cvs] cvs: loncom /homework grades.pm /interface loncommon.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 12 Jun 2006 18:56:22 -0000
albertel Mon Jun 12 14:56:22 2006 EDT
Modified files:
/loncom/interface loncommon.pm
/loncom/homework grades.pm
Log:
- filename -> LC_filename
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.380 loncom/interface/loncommon.pm:1.381
--- loncom/interface/loncommon.pm:1.380 Thu Jun 8 10:29:21 2006
+++ loncom/interface/loncommon.pm Mon Jun 12 14:56:05 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.380 2006/06/08 14:29:21 www Exp $
+# $Id: loncommon.pm,v 1.381 2006/06/12 18:56:05 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3125,7 +3125,7 @@
table.thinborder tr th, table.thinborder tr td { border-style: solid; border-width: 1px}
form, .inline { display: inline; }
.center { text-align: center; }
-.filename {font-family: monospace;}
+.LC_filename {font-family: monospace;}
.LC_error {
color: red;
font-size: larger;
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.360 loncom/homework/grades.pm:1.361
--- loncom/homework/grades.pm:1.360 Sun Jun 11 20:34:45 2006
+++ loncom/homework/grades.pm Mon Jun 12 14:56:22 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.360 2006/06/12 00:34:45 banghart Exp $
+# $Id: grades.pm,v 1.361 2006/06/12 18:56:22 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1556,7 +1556,7 @@
$file_disp = "$name.$ext";
$file = $file_path.$file_disp;
$result.=&mt('Return commented version of [_1] to student.',
- '<span class="filename">'.$file_disp.'</span>');
+ '<span class="LC_filename">'.$file_disp.'</span>');
$result.='<input type="file" name="'.$prefix.'returndoc'.$file_counter.'" />'."\n";
$result.='<input type="hidden" name="'.$prefix.'origdoc'.$file_counter.'" value="'.$file.'" /><br />';
$file_counter++;