--- loncom/homework/structuretags.pm 2003/02/25 21:49:45 1.149 +++ loncom/homework/structuretags.pm 2003/02/25 23:18:22 1.150 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.149 2003/02/25 21:49:45 albertel Exp $ +# $Id: structuretags.pm,v 1.150 2003/02/25 23:18:22 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -815,8 +815,15 @@ sub end_startouttext { ." ". &Apache::edit::insertlist($target,$token). - &Apache::edit::end_row().&Apache::edit::start_spanning_row()."\n". - &Apache::edit::editfield($token->[1],$text,"",80,4); + &Apache::edit::end_row().&Apache::edit::start_spanning_row()."\n" + .'
'. + &Apache::loncommon::help_open_topic("Greek_Symbols",'Greek Symbols', + undef,undef,600) + .''. + &Apache::loncommon::help_open_topic("Other_Symbols",'Other Symbols', + undef,undef,600) + .'
'. + &Apache::edit::editfield($token->[1],$text,"",80,4); } if ($target eq 'modified') { $text=&Apache::lonxml::get_all_text("endouttext",$parser);