--- loncom/interface/lonchat.pm 2008/01/19 21:40:41 1.16 +++ loncom/interface/lonchat.pm 2009/04/04 21:47:40 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network # Chat # -# $Id: lonchat.pm,v 1.16 2008/01/19 21:40:41 raeburn Exp $ +# $Id: lonchat.pm,v 1.19 2009/04/04 21:47:40 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,10 +62,10 @@ sub handler { &Apache::lonnet::chatsend(&Apache::lonfeedback::clear_out_html($env{'form.newchat'}),$env{'form.anonymous'},$group); } # --------------------------------------------------- Print login screen header - my $latexHelp = Apache::loncommon::helpLatexCheatsheet(); + my $latexHelp = Apache::loncommon::helpLatexCheatsheet(undef,undef,1); my %loaditems = (onload => 'this.document.chatentry.newchat.focus();'); my $start_page = - &Apache::loncommon::start_page('Chat',undef, + &Apache::loncommon::start_page('Chat Room',undef, {'only_body' => 1, 'add_entries' => \%loaditems,}); my $end_page = &Apache::loncommon::end_page(); @@ -77,9 +77,9 @@ sub handler { $start_page
$latexHelp - - - + + + $group_elem
$end_page