--- loncom/interface/lonfeedback.pm 2009/05/06 13:37:56 1.271 +++ loncom/interface/lonfeedback.pm 2009/05/11 16:51:27 1.273 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.271 2009/05/06 13:37:56 bisitz Exp $ +# $Id: lonfeedback.pm,v 1.273 2009/05/11 16:51:27 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -767,7 +767,7 @@ sub send_message_link { ' '.&mt('Send Message').''; + '" border="0" />'.&mt('Send Feedback').''; return $output; } @@ -1928,7 +1928,7 @@ END &Apache::loncommon::end_page(); $r->print(< +
$lt{'sdpf'}
$lt{'prca'}
  1. $lt{'whpo'}
  2. $lt{'unwh'}
  3. $lt{'wipa'}

END @@ -2116,7 +2116,7 @@ END $r->print(< + $lt{'diso'}
$lt{'prca'}

@@ -2609,9 +2609,16 @@ sub screen_header { } } } - if ($msgoptions) { $msgoptions='

'.&mt('Sending Messages').'

'.$msgoptions; } + if ($msgoptions) { + $msgoptions='

' + .' '.&mt('Send Feedback').'

' + .$msgoptions; + } if ($discussoptions) { - $discussoptions='

'.&mt('Discussion Contributions').'

'.$discussoptions; } + $discussoptions='

' + .' '.&mt('Discussion Contributions').'

' + .$discussoptions; + } return $msgoptions.$discussoptions; }