';
}
if ($message) {
if ($hidden) {
@@ -159,7 +159,7 @@ sub list_discussion {
Note: in anonymous discussion, your name is visible only to
course faculty
-
+
Attachment (128 KB max size):
@@ -182,7 +182,8 @@ sub mail_screen {
The LearningOnline Network with CAPA
-
$bodytag
$title
ENDDOCUMENT
@@ -250,12 +254,12 @@ sub fail_redirect {
my ($r,$feedurl) = @_;
$r->print (<Feedback not sent
-
-
+
+
-
+
Sorry, no recipients ...
@@ -267,15 +271,15 @@ sub redirect_back {
$r->print (<Feedback sent
-
+
-
+
$typestyle
Sent $sendsomething message(s), and $sendposts post(s).
-$status
+$status
@@ -287,7 +291,7 @@ sub no_redirect_back {
my ($r,$feedurl) = @_;
$r->print (<Feedback not sent
-
+
ENDNOREDIR
if ($feedurl!~/^\/adm\/feedback/) {
@@ -298,7 +302,7 @@ ENDNOREDIR
-
+
Sorry, no feedback possible on this resource ...
@@ -311,22 +315,22 @@ sub screen_header {
my $discussoptions='';
if (($feedurl=~/^\/res\//) && ($feedurl!~/^\/res\/adm/)) {
$msgoptions=
- '
'.
- &mt('Feedback to resource author');
+ '
'.
+ &mt('Feedback to resource author').'
';
}
if (&feedback_available(1)) {
$msgoptions.=
- ' '.
+ ' '.
&mt('Question about resource content');
}
if (&feedback_available(0,1)) {
$msgoptions.=
- ' '.
+ ' '.
&mt('Question/Comment/Feedback about course content');
}
if (&feedback_available(0,0,1)) {
$msgoptions.=
- ' '.
+ ' '.
&mt('Question/Comment/Feedback about course policy');
}
@@ -334,9 +338,9 @@ sub screen_header {
if (&Apache::lonnet::allowed('pch',
$ENV{'request.course.id'}.
($ENV{'request.course.sec'}?'/'.$ENV{'request.course.sec'}:''))) {
- $discussoptions=' '.
+ $discussoptions=' '.
&mt('Contribution to course discussion of resource');
- $discussoptions.=' '.
+ $discussoptions.=' '.
&mt('Anonymous contribution to course discussion of resource').
' ('.&mt('name only visible to course faculty').')';
}
@@ -392,7 +396,7 @@ ENDEMAIL
my $citations=<<"ENDCITE";