--- loncom/interface/lonfeedback.pm 2004/12/23 14:00:58 1.147
+++ loncom/interface/lonfeedback.pm 2005/02/17 03:42:29 1.150
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Feedback
#
-# $Id: lonfeedback.pm,v 1.147 2004/12/23 14:00:58 raeburn Exp $
+# $Id: lonfeedback.pm,v 1.150 2005/02/17 03:42:29 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -749,7 +749,7 @@ ENDDISCUSS
if ($outputtarget ne 'tex') {
$discussion.='
';
}
}
@@ -2105,9 +2105,10 @@ sub get_post_attachments {
return;
}
-sub fail_redirect {;
+sub fail_redirect {
my ($r,$feedurl) = @_;
if ($feedurl=~/^\/adm\//) { $feedurl.='?register=1' };
+ my $logo=&Apache::loncommon::lonhttpdurl('/adm/lonIcons/lonlogos.gif');
$r->print (<
Feedback not sent
@@ -2115,7 +2116,7 @@ sub fail_redirect {;
-
+
Sorry, no recipients ...
Continue
@@ -2193,6 +2194,7 @@ sub redirect_back {
}
}
$feedurl=&Apache::lonenc::check_encrypt($feedurl);
+ my $logo=&Apache::loncommon::lonhttpdurl('/adm/lonIcons/lonlogos.gif');
$r->print (<
@@ -2201,7 +2203,7 @@ sub redirect_back {
-
+
$typestyle
Sent $sendsomething message(s), and $sendposts post(s).
$status
@@ -2234,10 +2236,11 @@ ENDNOREDIR
&Apache::lonenc::check_encrypt($feedurl).'">');
}
$feedurl=&Apache::lonenc::check_encrypt($feedurl);
+ my $logo=&Apache::loncommon::lonhttpdurl('/adm/lonIcons/lonlogos.gif');
$r->print (<
-
+
$nofeed
$continue
@@ -2284,9 +2287,9 @@ sub screen_header {
' ('.&mt('name only visible to course faculty').')';
}
}
- if ($msgoptions) { $msgoptions='
'.&mt('Sending Messages').'
'.$msgoptions; }
+ if ($msgoptions) { $msgoptions='
'.&mt('Sending Messages').'
'.$msgoptions; }
if ($discussoptions) {
- $discussoptions='
'.&mt('Discussion Contributions').'
'.$discussoptions; }
+ $discussoptions='
'.&mt('Discussion Contributions').'
'.$discussoptions; }
return $msgoptions.$discussoptions;
}
@@ -3054,6 +3057,7 @@ END
}
&Apache::loncommon::content_type($r,'text/html');
$r->send_http_header;
+ my $logo=&Apache::loncommon::lonhttpdurl('/adm/lonIcons/lonlogos.gif');
$r->print (<
@@ -3062,7 +3066,7 @@ END
-
+
$textline