--- loncom/interface/lontemplate.pm 2008/12/10 15:58:36 1.8 +++ loncom/interface/lontemplate.pm 2009/12/03 02:13:28 1.41 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.8 2008/12/10 15:58:36 ehlerst Exp $ +# $Id: lontemplate.pm,v 1.41 2009/12/03 02:13:28 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -44,82 +44,84 @@ use Apache::lonmsgdisplay(); use HTML::Entities(); -sub start_columnSection{ +sub start_columnSection { my ($r) = @_; - $r->print('
'.(&Apache::loncommon::messagewrapper(&mt('Send me a message'),$cnum,$cdom)).''); - $r->print('
'.$content.''); +sub print_end_template { + my ($r) = @_; $r->print('