Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.26 -r1.27 --- lams_tool_laqa/web/authoring/BasicContent.jsp 12 Oct 2006 11:35:31 -0000 1.26 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 16 Oct 2006 07:08:58 -0000 1.27 @@ -33,6 +33,7 @@ area.src=url; area.style.display="block"; } + document.getElementById("saveCancelButtons").style.visibility="hidden"; } function hideMessage(){ var area=document.getElementById("messageArea"); @@ -41,6 +42,7 @@ area.style.height="0px"; area.style.display="none"; } + document.getElementById("saveCancelButtons").style.visibility="visible"; } function removeQuestion(questionIndex)