[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 13 Nov 2007 23:01:07 -0000
albertel Tue Nov 13 18:01:07 2007 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- make the buttons at the bottom operational
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.410 loncom/homework/structuretags.pm:1.411
--- loncom/homework/structuretags.pm:1.410 Tue Nov 13 14:48:09 2007
+++ loncom/homework/structuretags.pm Tue Nov 13 18:01:05 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.410 2007/11/13 19:48:09 albertel Exp $
+# $Id: structuretags.pm,v 1.411 2007/11/13 23:01:05 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -324,8 +324,8 @@
}
sub problem_edit_footer {
- return '</td></tr></table><br /><input type="submit" name="submit" value="'.&mt('Submit Changes and Edit').'" />
- <input type="submit" name="submit" value="'.&mt('Submit Changes and View').'" />'.
+ return '</td></tr></table><br /><input type="submit" name="submit" value="'.&mt('Save and Edit').'" />
+ <input type="submit" name="submit" value="'.&mt('Save and View').'" />'.
&Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmlcommon::get_htmlareafields()).
"\n</form>\n".&Apache::loncommon::end_page();
}