--- loncom/interface/lontemplate.pm 2008/12/17 00:44:53 1.10 +++ loncom/interface/lontemplate.pm 2008/12/17 10:57:01 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.10 2008/12/17 00:44:53 ehlerst Exp $ +# $Id: lontemplate.pm,v 1.11 2008/12/17 10:57:01 ehlerst Exp $ # # Copyright Michigan State University Board of Trustees # @@ -105,10 +105,9 @@ sub end_ContentBox{ sub send_message{ my ($r,$cnum,$cdom) = @_; - $r->print('
'); - $r->print('

'.&mt('Contact').'

'); - $r->print('
'.(&Apache::loncommon::messagewrapper(&mt('Send me a message'),$cnum,$cdom)).'
'); - $r->print('
'); + $r->print('
'); + $r->print(&Apache::loncommon::messagewrapper(qq{print('
'); } sub print_template