Index: lams_tool_lamc/web/authoringMaincontent.jsp =================================================================== diff -u -rc1e9ee48a9fd7b643af1e4eae6b9806b9aae18d1 -re6d1e7b2b7a185ef297334af35e9aec398a29930 --- lams_tool_lamc/web/authoringMaincontent.jsp (.../authoringMaincontent.jsp) (revision c1e9ee48a9fd7b643af1e4eae6b9806b9aae18d1) +++ lams_tool_lamc/web/authoringMaincontent.jsp (.../authoringMaincontent.jsp) (revision e6d1e7b2b7a185ef297334af35e9aec398a29930) @@ -119,29 +119,50 @@ - - - - : - - - "> -   - - - - - - - - - - + + + + + + : + + " value="" + size="50" maxlength="255"> + + + ADD + + + EDIT + + + + + + + + : + + " value="" + size="50" maxlength="255"> + + + EDIT + + + + + + + + + + + + - +
Cancel @@ -185,9 +206,14 @@ function editQuestion(questionIndex) { document.forms[0].questionIndex.value=questionIndex; - document.forms[0].isEditQuestion.value='1'; document.forms[0].submit(); } + + function removeQuestion(questionIndex) + { + document.forms[0].questionIndex.value=questionIndex; + document.forms[0].submit(); + }