Diff for /loncom/interface/lonmsgdisplay.pm between versions 1.189 and 1.190

version 1.189, 2019/08/12 14:38:21 version 1.190, 2019/08/12 15:15:56
Line 1418  sub compout { Line 1418  sub compout {
     if (!$forwarding && !$multiforward) {      if (!$forwarding && !$multiforward) {
         $attachrow = '<tr><td colspan="3"><b>'.$lt{'atta'}.'</b> '.$attachmax{'text'}          $attachrow = '<tr><td colspan="3"><b>'.$lt{'atta'}.'</b> '.$attachmax{'text'}
             .': <input type="file" name="attachment" class="LC_flUpload" multiple />'              .': <input type="file" name="attachment" class="LC_flUpload" multiple />'
             .'</td></tr>'              .'<input type="hidden" id="LC_free_space" value="'.$attachmax{'num'}.'" />'
             .'<input type="hidden" id="LC_free_space" value="'.$attachmax{'num'}.'" />';              .'</td></tr>';
     }      }
     if (&Apache::lonnet::allowed('srm',$env{'request.course.id'})      if (&Apache::lonnet::allowed('srm',$env{'request.course.id'})
  || &Apache::lonnet::allowed('srm',$env{'request.course.id'}.   || &Apache::lonnet::allowed('srm',$env{'request.course.id'}.

Removed from v.1.189  
changed lines
  Added in v.1.190


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