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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 15 Jul 2004 18:53:11 -0000


albertel		Thu Jul 15 14:53:11 2004 EDT

  Modified files:              
    /loncom/homework	chemresponse.pm 
  Log:
  - change Edit Reaction to Edit Answer BUG#3115
  
  
Index: loncom/homework/chemresponse.pm
diff -u loncom/homework/chemresponse.pm:1.35 loncom/homework/chemresponse.pm:1.36
--- loncom/homework/chemresponse.pm:1.35	Fri Jul  2 04:15:56 2004
+++ loncom/homework/chemresponse.pm	Thu Jul 15 14:53:11 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # chemical equation style response
 #
-# $Id: chemresponse.pm,v 1.35 2004/07/02 08:15:56 albertel Exp $
+# $Id: chemresponse.pm,v 1.36 2004/07/15 18:53:11 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -316,7 +316,7 @@
 	editor.document.writeln('<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><html> <head><title>LON-CAPA Reaction Editor</title></head><frameset rows="30%,*" border="0">  <frame src="/res/adm/pages/reactionresponse/reaction_viewer.html" name="viewer" scrolling="no" />  <frame src="/res/adm/pages/reactionresponse/reaction_editor.html?reaction=$reaction_es&id=$id_es&field=$field_es" name="editor" scrolling="no" /> </frameset> </html>');
     }
 </script>
-<input type='button' value='Edit Reaction' onClick="javascript:create_reaction_window_${id}_${field}();void(0);" />
+<input type='button' value='Edit Answer' onClick="javascript:create_reaction_window_${id}_${field}();void(0);" />
 EDITREACTION
     return $result;
 }