Index: lams_tool_lamc/web/authoring/AdvancedContent.jsp
===================================================================
diff -u -r9e395fca5d7eb4a5ac4c9768642a336723a950f7 -re1e8890bd7a972827bd9449eeb7f76a9b42c5913
--- lams_tool_lamc/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision 9e395fca5d7eb4a5ac4c9768642a336723a950f7)
+++ lams_tool_lamc/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision e1e8890bd7a972827bd9449eeb7f76a9b42c5913)
@@ -99,7 +99,7 @@
-
+
Index: lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp
===================================================================
diff -u -r9e395fca5d7eb4a5ac4c9768642a336723a950f7 -re1e8890bd7a972827bd9449eeb7f76a9b42c5913
--- lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp (.../AuthoringTabsHolder.jsp) (revision 9e395fca5d7eb4a5ac4c9768642a336723a950f7)
+++ lams_tool_lamc/web/authoring/AuthoringTabsHolder.jsp (.../AuthoringTabsHolder.jsp) (revision e1e8890bd7a972827bd9449eeb7f76a9b42c5913)
@@ -28,8 +28,8 @@
function submitModifyAuthoringQuestion(questionIndexValue, actionMethod) {
- document.McAuthoringForm.questionIndex.value=questionIndexValue;
- document.McAuthoringForm.dispatch.value=actionMethod;
+ document.forms.McAuthoringForm.questionIndex.value=questionIndexValue;
+ document.forms.McAuthoringForm.dispatch.value=actionMethod;
$('#authoringForm').ajaxSubmit({
data: {
@@ -38,7 +38,7 @@
target: $('#resourceListArea'),
iframe: true,
success: function() {
- document.McAuthoringForm.dispatch.value="submitAllContent";
+ document.forms.McAuthoringForm.dispatch.value="submitAllContent";
refreshThickbox();
}
});
@@ -69,8 +69,8 @@
}
function doSubmit(method) {
- document.McAuthoringForm.dispatch.value=method;
- document.McAuthoringForm.submit();
+ document.forms.McAuthoringForm.dispatch.value=method;
+ document.forms.McAuthoringForm.submit();
}
Index: lams_tool_lamc/web/authoring/BasicContent.jsp
===================================================================
diff -u -r9e395fca5d7eb4a5ac4c9768642a336723a950f7 -re1e8890bd7a972827bd9449eeb7f76a9b42c5913
--- lams_tool_lamc/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 9e395fca5d7eb4a5ac4c9768642a336723a950f7)
+++ lams_tool_lamc/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision e1e8890bd7a972827bd9449eeb7f76a9b42c5913)
@@ -3,8 +3,8 @@