Index: lams_tool_lamc/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/BasicContent.jsp,v diff -u -r1.32 -r1.33 --- lams_tool_lamc/web/authoring/BasicContent.jsp 11 Oct 2006 22:44:03 -0000 1.32 +++ lams_tool_lamc/web/authoring/BasicContent.jsp 16 Oct 2006 07:09:00 -0000 1.33 @@ -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)