--- loncom/interface/lontemplate.pm 2009/02/25 13:25:52 1.20
+++ loncom/interface/lontemplate.pm 2009/03/21 21:58:32 1.24
@@ -1,7 +1,7 @@
# The LearningOnline Network
# "Template" Functions to generate html output
#
-# $Id: lontemplate.pm,v 1.20 2009/02/25 13:25:52 neumanie Exp $
+# $Id: lontemplate.pm,v 1.24 2009/03/21 21:58:32 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -116,12 +116,12 @@ sub send_message{
my $s;
my $image = qq{};
$s=&Apache::loncommon::messagewrapper($image,$cnum,$cdom).' '.&Apache::loncommon::messagewrapper(&mt('Send me a message'),$cnum,$cdom);
- return $s;
+ return $s;
}
sub print_template
{
- my ($r,$topic,$content, $allowed,$boxclass) = @_;
+ my ($r,$topic,$content, $allowed,$boxclass) = @_;
$r->print('
' .$content . '
'); @@ -149,13 +149,12 @@ sub print_editbox_template sub print_start_page_functions { my($r)=@_; - $r->print('