[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages/reactionresponse reaction_editor.html
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 07 Jun 2004 20:58:36 -0000
albertel Mon Jun 7 16:58:36 2004 EDT
Modified files:
/loncom/html/res/adm/pages/reactionresponse reaction_editor.html
Log:
- BUG#3054
Index: loncom/html/res/adm/pages/reactionresponse/reaction_editor.html
diff -u loncom/html/res/adm/pages/reactionresponse/reaction_editor.html:1.5 loncom/html/res/adm/pages/reactionresponse/reaction_editor.html:1.6
--- loncom/html/res/adm/pages/reactionresponse/reaction_editor.html:1.5 Tue Jul 1 17:13:34 2003
+++ loncom/html/res/adm/pages/reactionresponse/reaction_editor.html Mon Jun 7 16:58:35 2004
@@ -1,7 +1,7 @@
<!-- Chemical reaction editor developed by Guy Ashkenazi, guy@fh.huji.ac.il-->
<!--
- $Id: reaction_editor.html,v 1.5 2003/07/01 21:13:34 albertel Exp $
+ $Id: reaction_editor.html,v 1.6 2004/06/07 20:58:35 albertel Exp $
Copyright Michigan State University Board of Trustees
@@ -227,13 +227,8 @@
document.form.text.value=reaction;
parent.viewer.document.writeln('<center><br>'+to_html(document.form.text.value)+'</center>');
parent.viewer.document.close();
- if (id != '') {
- document.form.submit.value='Insert reaction for Part ' + id;
- parent.document.title='LON-CAPA Part '+id+' - Reaction Editor';
- } else {
- document.form.submit.value='Insert reaction';
- parent.document.title='LON-CAPA - Reaction Editor';
- }
+ document.form.submit.value='Insert Answer';
+ parent.document.title='LON-CAPA - Reaction Editor';
}
function getCookie(document,name) {