Diff for /loncom/interface/lonmsgdisplay.pm between versions 1.181.2.3 and 1.181.2.4

version 1.181.2.3, 2019/08/12 15:19:06 version 1.181.2.4, 2019/08/13 21:03:34
Line 1417  sub compout { Line 1417  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" />'.              .': <input type="file" name="attachment" class="LC_flUpload" />'
             .'<input type="hidden" id="LC_free_space" value="'.$attachmax{'num'}.'" />'.              .'<input type="hidden" id="LC_free_space" value="'.$attachmax{'num'}.'" />'
             .'</td></tr>';              .'</td></tr>';
     }      }
     if (&Apache::lonnet::allowed('srm',$env{'request.course.id'})      if (&Apache::lonnet::allowed('srm',$env{'request.course.id'})

Removed from v.1.181.2.3  
changed lines
  Added in v.1.181.2.4


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