--- loncom/xml/lonxml.pm 2003/02/25 21:27:07 1.239 +++ loncom/xml/lonxml.pm 2003/02/26 17:52:14 1.240 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.239 2003/02/25 21:27:07 sakharuk Exp $ +# $Id: lonxml.pm,v 1.240 2003/02/26 17:52:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1100,6 +1100,13 @@ sub inserteditinfo { my ($result,$filecontents)=@_; $filecontents = &HTML::Entities::encode($filecontents); # my $editheader='Edit below
'; + my $xml_help = '
'. + &Apache::loncommon::help_open_topic("Greek_Symbols",'Greek Symbols', + undef,undef,600) + .''. + &Apache::loncommon::help_open_topic("Other_Symbols",'Other Symbols', + undef,undef,600) + .'
'; my $buttons=(< @@ -1110,6 +1117,7 @@ BUTTONS
+$xml_help $buttons