--- loncom/interface/lonfeedback.pm 2017/11/16 16:02:58 1.370.2.1.2.1
+++ 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.1.2.1 2017/11/16 16:02:58 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
#
@@ -1776,14 +1776,11 @@ sub mail_screen {
my %lt = &Apache::lonlocal::texthash(
'myqu' => 'Question/comment/feedback:',
- 'title' => 'Title',
'reta' => 'Retained attachments',
'atta' => 'Attachment',
);
- if($env{'form.editdisc'} || $env{'form.replydisc'}){
- %lt = &Apache::lonlocal::texthash(
- 'myqu' => 'Post Discussion',
- );
+ if ($env{'form.editdisc'} || $env{'form.replydisc'}){
+ $lt{'myqu'} = &mt('Post Discussion');
}
my $restitle = &get_resource_title($caller_symb,$feedurl);
my $quote='';
@@ -1950,6 +1947,7 @@ END
$anonscript
//-->
+
END
my ($textareaheader,$textareaclass);
@@ -2057,7 +2055,8 @@ END
} else {
$r->print(<