--- loncom/homework/response.pm 2008/09/04 20:31:55 1.197 +++ loncom/homework/response.pm 2008/09/05 21:32:56 1.201 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.197 2008/09/04 20:31:55 riegler Exp $ +# $Id: response.pm,v 1.201 2008/09/05 21:32:56 riegler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -523,7 +523,7 @@ sub start_mathresponse { sub edit_mathresponse_button { my ($id,$field)=@_; my $button=&mt('Edit Answer'); - my $helplink=&Apache::loncommon::help_open_topic('Formula_Editor'); +# my $helplink=&Apache::loncommon::help_open_topic('Formula_Editor'); my $iconpath=$Apache::lonnet::perlvar{'lonIconsURL'}; return(< @@ -533,8 +533,7 @@ function edit_${id}_${field} (textarea) newwin = window.open("/adm/dragmath/applet/MaximaPopup.html","","width=565,height=400,resizable"); } - -$helplink +$button ENDFORMULABUTTON }