Diff for /loncom/homework/inputtags.pm between versions 1.333.2.5 and 1.333.2.6

version 1.333.2.5, 2019/03/18 20:21:14 version 1.333.2.6, 2019/08/07 21:10:37
Line 667  sub file_selector { Line 667  sub file_selector {
         $result .= $constraints.'<br />';          $result .= $constraints.'<br />';
     }      }
     if ($which eq 'uploadonly' || $which eq 'both') {       if ($which eq 'uploadonly' || $which eq 'both') { 
  $result.=&mt('Submit a file: (only one file per submission)').          my $free_space = $maxfilesize * 1048576;
     ' <br /><input type="file" size="50" name="HWFILE'.          $result .= &mt('Submit a file: (only one file per submission)').
     $jspart.'_'.$id.'" id="HWFILE'.$jspart.'_'.$id.'" /><br />';              ' <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 />';
     }      }
     if ( $which eq 'both') {      if ( $which eq 'both') {
  $result.='<br />'.'<strong>'.&mt('OR:').'</strong><br />';   $result.='<br />'.'<strong>'.&mt('OR:').'</strong><br />';

Removed from v.1.333.2.5  
changed lines
  Added in v.1.333.2.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>