Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.33 -r1.34 --- lams_tool_vote/web/authoring/BasicContent.jsp 12 Oct 2006 11:41:26 -0000 1.33 +++ lams_tool_vote/web/authoring/BasicContent.jsp 16 Oct 2006 07:09:00 -0000 1.34 @@ -38,6 +38,7 @@ area.src=url; area.style.display="block"; } + document.getElementById("saveCancelButtons").style.visibility="hidden"; } function hideMessage(){ var area=document.getElementById("messageArea"); @@ -46,6 +47,7 @@ area.style.height="0px"; area.style.display="none"; } + document.getElementById("saveCancelButtons").style.visibility="visible"; } function removeNomination(questionIndex)