--- loncom/homework/structuretags.pm 2009/06/17 15:27:20 1.452 +++ loncom/homework/structuretags.pm 2009/07/06 17:10:10 1.454 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.452 2009/06/17 15:27:20 bisitz Exp $ +# $Id: structuretags.pm,v 1.454 2009/07/06 17:10:10 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -272,6 +272,7 @@ sub page_start { if (!defined($found{'form'})) { $form_tag_start='
'. &problem_edit_buttons().' -
+
'.&Apache::lonxml::message_location().' '. @@ -396,9 +397,9 @@ sub problem_edit_header { sub problem_edit_footer { return '
'. @@ -515,7 +516,7 @@ $show_all -
+
@@ -539,7 +540,7 @@ $show_all $result.='
-
+
'; $result.=''; $result .= ''; $result.='
-
+
'.&Apache::lonxml::message_location().' '; return $result;