[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 13 Nov 2007 23:33:04 -0000
albertel Tue Nov 13 18:33:04 2007 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- accidently duplicated the hidden input
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.412 loncom/homework/structuretags.pm:1.413
--- loncom/homework/structuretags.pm:1.412 Tue Nov 13 18:05:32 2007
+++ loncom/homework/structuretags.pm Tue Nov 13 18:33:01 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.412 2007/11/13 23:05:32 albertel Exp $
+# $Id: structuretags.pm,v 1.413 2007/11/13 23:33:01 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -328,7 +328,6 @@
<div class="LC_edit_problem_footer">
<hr class="LC_edit_problem_divide" />
<div class="LC_edit_problem_discards">
- <input type="hidden" name="problemmode" value="'.&mt('Edit').'" />
<input type="submit" name="problemmode" accesskey="d" value="'.&mt('Discard Edits and View').'" />
<input '.&Apache::edit::submit_ask_anyway().' type="submit" name="problemmode" accesskey="x" value="'.&mt('EditXML').'" />
<input type="submit" name="Undo" accesskey="u" value="'.&mt('undo').'" />