[LON-CAPA-cvs] cvs: loncom /homework response.pm

riegler lon-capa-cvs-allow@mail.lon-capa.org
Fri, 05 Sep 2008 21:32:56 -0000


riegler		Fri Sep  5 17:32:56 2008 EDT

  Modified files:              
    /loncom/homework	response.pm 
  Log:
  Removed helplink from DragMath icon.
  
  
Index: loncom/homework/response.pm
diff -u loncom/homework/response.pm:1.200 loncom/homework/response.pm:1.201
--- loncom/homework/response.pm:1.200	Fri Sep  5 12:14:38 2008
+++ loncom/homework/response.pm	Fri Sep  5 17:32:56 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # various response type definitons response definition
 #
-# $Id: response.pm,v 1.200 2008/09/05 16:14:38 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 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(<<ENDFORMULABUTTON);
 <script language="JavaScript">
@@ -533,7 +533,7 @@
     newwin = window.open("/adm/dragmath/applet/MaximaPopup.html","","width=565,height=400,resizable");
 }
 </script>
-<a href="javascript:edit_${id}_${field}('${field}');void(0);"><img class="stift" src='$iconpath/stift.gif' alt='$button' title='$button'/></a>$helplink
+<a href="javascript:edit_${id}_${field}('${field}');void(0);"><img class="stift" src='$iconpath/stift.gif' alt='$button' title='$button'/></a>
 ENDFORMULABUTTON
 }