--- loncom/interface/lonmsg.pm 2005/07/08 10:39:49 1.152 +++ loncom/interface/lonmsg.pm 2005/11/01 15:59:18 1.153 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.152 2005/07/08 10:39:49 www Exp $ +# $Id: lonmsg.pm,v 1.153 2005/11/01 15:59:18 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -114,6 +114,7 @@ use HTML::Entities(); use Mail::Send; use Apache::lonlocal; use Apache::loncommunicate; +use Apache::lonfeedback; # Querystring component with sorting type my $sqs; @@ -1233,6 +1234,7 @@ ENDUPLOAD &discourse; } $r->print(''. + &Apache::lonfeedback::generate_preview_button('compemail','message'). &Apache::lonhtmlcommon::htmlareaselectactive('message')); }