--- loncom/interface/lonchat.pm 2006/07/17 16:10:57 1.15 +++ loncom/interface/lonchat.pm 2008/01/19 21:40:41 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # Chat # -# $Id: lonchat.pm,v 1.15 2006/07/17 16:10:57 raeburn Exp $ +# $Id: lonchat.pm,v 1.16 2008/01/19 21:40:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -32,6 +32,7 @@ use strict; use Apache::Constants qw(:common :http); use Apache::loncommon; use Apache::lonnet; +use Apache::lonlocal; sub handler { my $r = shift; @@ -68,13 +69,17 @@ sub handler { {'only_body' => 1, 'add_entries' => \%loaditems,}); my $end_page = &Apache::loncommon::end_page(); + my %lt = &Apache::lonlocal::texthash( + anon => 'Post Anonymous', + post => 'Post', + ); $r->print(< $latexHelp - - + + $group_elem $end_page