[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
raeburn
raeburn at source.lon-capa.org
Sun Aug 11 13:11:00 EDT 2019
raeburn Sun Aug 11 17:11:00 2019 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
- Whitespace changes only.
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.348 loncom/homework/inputtags.pm:1.349
--- loncom/homework/inputtags.pm:1.348 Sun Aug 11 16:19:52 2019
+++ loncom/homework/inputtags.pm Sun Aug 11 17:11:00 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.348 2019/08/11 16:19:52 raeburn Exp $
+# $Id: inputtags.pm,v 1.349 2019/08/11 17:11:00 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -667,14 +667,14 @@
if ($constraints) {
$result .= $constraints.'<br />';
}
- if ($which eq 'uploadonly' || $which eq 'both') {
+ if ($which eq 'uploadonly' || $which eq 'both') {
my $free_space = $maxfilesize * 1048576;
$result .= &mt('Submit a file: (only one file per submission)').
' <br /><input type="file" size="50" name="HWFILE'.$jspart.'_'.$id.
'" id="HWFILE'.$jspart.'_'.$id.'" class="LC_flUpload LC_hwkfile" />'.
'<input type="hidden" id="LC_free_space_'.$jspart.'_'.$id.'"'.
' value="'.$free_space.'" /><br />';
- }
+ }
if ( $which eq 'both') {
$result.='<br />'.'<strong>'.&mt('OR:').'</strong><br />';
}
@@ -695,7 +695,6 @@
&mt('Select Portfolio Files: (one or more files per submission)').'</a><br />'.
'<input type="text" size="50" name="HWPORT'.$jspart.'_'.$id.'" value="" />'.
'<br />';
-
}
$result.=&Apache::lonhtmlcommon::row_closure(1);
return $result;
More information about the LON-CAPA-cvs
mailing list