Index: lams_tool_mindmap/web/includes/javascript/authoring.js =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r6688cca93ca43e586fc611690b90078970a351a8 --- lams_tool_mindmap/web/includes/javascript/authoring.js (.../authoring.js) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_mindmap/web/includes/javascript/authoring.js (.../authoring.js) (revision 6688cca93ca43e586fc611690b90078970a351a8) @@ -8,7 +8,7 @@ } function doSubmit(method) { - document.authoringForm.dispatch.value = method; - document.authoringForm.submit(); + document.forms.authoringForm.dispatch.value = method; + document.forms.authoringForm.submit(); } Index: lams_tool_mindmap/web/includes/javascript/monitoring.js =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r6688cca93ca43e586fc611690b90078970a351a8 --- lams_tool_mindmap/web/includes/javascript/monitoring.js (.../monitoring.js) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_mindmap/web/includes/javascript/monitoring.js (.../monitoring.js) (revision 6688cca93ca43e586fc611690b90078970a351a8) @@ -10,7 +10,7 @@ selectTab(tabId); } function doSubmit(method, tabId) { - document.monitoringForm.method.value = method; - document.monitoringForm.submit(); + document.forms.monitoringForm.method.value = method; + document.forms.monitoringForm.submit(); } Index: lams_tool_mindmap/web/pages/authoring/authoring.jsp =================================================================== diff -u -re9eb4e368467a27b8dd7c21610be5a07122e03c2 -r6688cca93ca43e586fc611690b90078970a351a8 --- lams_tool_mindmap/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision e9eb4e368467a27b8dd7c21610be5a07122e03c2) +++ lams_tool_mindmap/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 6688cca93ca43e586fc611690b90078970a351a8) @@ -1,54 +1,53 @@ <%@ include file="/common/taglibs.jsp"%> -<%@ page import="org.lamsfoundation.lams.tool.mindmap.util.MindmapConstants"%> - + + + + <fmt:message key="activity.title" /> + + + + - - - - - - - - - - - - - + + + + + + + + + - + - <fmt:message key="activity.title" /> - - - + + + + - + @@ -65,17 +64,16 @@
- - +
+
-