--- loncom/interface/lonchat.pm 2002/09/09 21:01:58 1.4 +++ loncom/interface/lonchat.pm 2003/06/20 15:01:02 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network # Chat # -# $Id: lonchat.pm,v 1.4 2002/09/09 21:01:58 www Exp $ +# $Id: lonchat.pm,v 1.5 2003/06/20 15:01:02 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,6 +30,7 @@ package Apache::lonchat; use strict; use Apache::Constants qw(:common); +use Apache::loncommon; sub handler { my $r = shift; @@ -41,6 +42,7 @@ sub handler { &Apache::lonnet::chatsend($ENV{'form.newchat'},$ENV{'form.anonymous'}); } # --------------------------------------------------- Print login screen header + my $latexHelp = Apache::loncommon::helpLatexCheatsheet(); $r->print(< @@ -48,6 +50,7 @@ sub handler {
+$latexHelp