[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework inputtags.pm
raeburn
raeburn at source.lon-capa.org
Sun Aug 11 13:16:26 EDT 2019
raeburn Sun Aug 11 17:16:26 2019 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework inputtags.pm
Log:
- For 2.11
Backport 1.348, 1.349
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.333.2.6 loncom/homework/inputtags.pm:1.333.2.7
--- loncom/homework/inputtags.pm:1.333.2.6 Wed Aug 7 21:10:37 2019
+++ loncom/homework/inputtags.pm Sun Aug 11 17:16:25 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.333.2.6 2019/08/07 21:10:37 raeburn Exp $
+# $Id: inputtags.pm,v 1.333.2.7 2019/08/11 17:16:25 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -666,12 +666,13 @@
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" />'.
- '<input type="hidden" id="free_space" value="'.$free_space.'" /><br />';
+ '" 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 />';
@@ -693,7 +694,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