[LON-CAPA-cvs] cvs: loncom /homework lonhomework.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 30 Oct 2007 00:24:40 -0000
albertel Mon Oct 29 20:24:40 2007 EDT
Modified files:
/loncom/homework lonhomework.pm
Log:
- eliminate now unneccessary bottom sets of buttons on editxml/edit html pages
Index: loncom/homework/lonhomework.pm
diff -u loncom/homework/lonhomework.pm:1.278 loncom/homework/lonhomework.pm:1.279
--- loncom/homework/lonhomework.pm:1.278 Mon Oct 29 20:17:09 2007
+++ loncom/homework/lonhomework.pm Mon Oct 29 20:24:40 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Homework handler
#
-# $Id: lonhomework.pm,v 1.278 2007/10/30 00:17:09 albertel Exp $
+# $Id: lonhomework.pm,v 1.279 2007/10/30 00:24:40 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -959,8 +959,6 @@
' name="editxmltext" id="LC_editxmltext">'.
&HTML::Entities::encode($problem,'<>&"').'</textarea>
<div id="LC_aftertextarea">
- <input type="submit" name="submit" accesskey="s" value="'.&mt('Submit Changes').'" />
- <input type="submit" name="submit" accesskey="v" value="'.&mt('Submit Changes and View').'" />
</div>
</form>'.&Apache::loncommon::end_page();
&Apache::lonxml::add_messages(\$result);