--- loncom/interface/lonfeedback.pm 2019/06/12 13:32:38 1.370.2.3 +++ loncom/interface/lonfeedback.pm 2019/08/12 16:51:07 1.370.2.4 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.370.2.3 2019/06/12 13:32:38 raeburn Exp $ +# $Id: lonfeedback.pm,v 1.370.2.4 2019/08/12 16:51:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1947,6 +1947,7 @@ END $anonscript //--> + END my ($textareaheader,$textareaclass); @@ -2054,7 +2055,8 @@ END } else { $r->print(< -$lt{'atta'} $attachmaxtext: +$lt{'atta'} $attachmaxtext: +

END } @@ -3502,7 +3504,8 @@ sub modify_attachments { document.modattachments.action = document.modattachments.origpage.value; document.modattachments.submit(); } - + + END # Breadcrumbs @@ -3544,7 +3547,10 @@ END $r->print(''.$subject.''); $r->print(&Apache::lonhtmlcommon::row_closure()); $r->print(&Apache::lonhtmlcommon::row_title($lt{'adda'})); - $r->print(' '.$attachmaxtext); + $r->print('' + .'' + .' '.$attachmaxtext); if(($idx)||(ref($currnewattach) eq 'ARRAY') && (@{$currnewattach} > 0)){ $r->print(&Apache::lonhtmlcommon::row_closure()); $r->print(&Apache::lonhtmlcommon::row_title(&mt('Attachments')));