Index: lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp =================================================================== diff -u -r8c2c13b2f9fd9acd46d6467f428246329010c398 -rb811da7ab2036fa07f70fa37f0b5fc9bceb96c04 --- lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 8c2c13b2f9fd9acd46d6467f428246329010c398) +++ lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision b811da7ab2036fa07f70fa37f0b5fc9bceb96c04) @@ -36,6 +36,12 @@ document.McMonitoringForm.submit(); } + function submitMethod(actionMethod) + { + submitMonitoringMethod(actionMethod); + } + + function submitSession(selectedToolSessionId, actionMethod) { document.McMonitoringForm.selectedToolSessionId.value=selectedToolSessionId; submitMonitoringMethod(actionMethod); @@ -51,8 +57,28 @@ -
+ +<%-- chooses which tab to highlight --%> +