--- loncom/interface/lonchat.pm 2009/01/12 04:11:25 1.17 +++ loncom/interface/lonchat.pm 2009/10/16 20:22:06 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network # Chat # -# $Id: lonchat.pm,v 1.17 2009/01/12 04:11:25 raeburn Exp $ +# $Id: lonchat.pm,v 1.20 2009/10/16 20:22:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -65,7 +65,7 @@ sub handler { 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
$end_page