[LON-CAPA-cvs] cvs: loncom /homework lonhomework.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 15 Dec 2005 23:23:49 -0000
albertel Thu Dec 15 18:23:49 2005 EDT
Modified files:
/loncom/homework lonhomework.pm
Log:
- move undo button so it is the same location on both the edit and editxml screens
Index: loncom/homework/lonhomework.pm
diff -u loncom/homework/lonhomework.pm:1.227 loncom/homework/lonhomework.pm:1.228
--- loncom/homework/lonhomework.pm:1.227 Thu Dec 15 18:20:55 2005
+++ loncom/homework/lonhomework.pm Thu Dec 15 18:23:48 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Homework handler
#
-# $Id: lonhomework.pm,v 1.227 2005/12/15 23:20:55 albertel Exp $
+# $Id: lonhomework.pm,v 1.228 2005/12/15 23:23:48 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -765,10 +765,10 @@
<input type="hidden" name="problemmode" value="'.&mt('EditXML').'" />
<input type="submit" name="problemmode" accesskey="d" value="'.&mt('Discard Edits and View').'" />
<input type="submit" name="problemmode" accesskey="e" value="'.&mt('Edit').'" />
+ <input type="submit" name="Undo" accesskey="u" value="'.&mt('undo').'" />
<hr />
<input type="submit" name="submit" accesskey="s" value="'.&mt('Submit Changes').'" />
<input type="submit" name="submit" accesskey="v" value="'.&mt('Submit Changes and View').'" />
- <input type="submit" name="Undo" accesskey="u" value="'.&mt('undo').'" />
<hr />
' . $xml_help . '
<textarea '.&Apache::edit::element_change_detection().' style="width:100%" rows="'.$rows.'" cols="'.$cols.'" name="editxmltext">'.