Index: lams_tool_lamc/web/InstructionsContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/InstructionsContent.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_lamc/web/InstructionsContent.jsp 8 Dec 2005 19:40:29 -0000 1.6 +++ lams_tool_lamc/web/InstructionsContent.jsp 10 Dec 2005 13:30:47 -0000 1.7 @@ -16,6 +16,12 @@ submitMethod(actionMethod); } +function deleteFileItem(fileItemValue, actionMethod, offlineFile) { + document.McAuthoringForm.fileItem.value=fileItemValue; + document.McAuthoringForm.offlineFile.value=offlineFile; + submitMethod(actionMethod); +} + //--> @@ -55,6 +61,9 @@