Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== diff -u -r4f3e2a7cf1791ce942b3bc347c5d3f2d316033ab -r264d4b8939092e1d29398aa91b1a203d915b689a --- lams_tool_vote/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 4f3e2a7cf1791ce942b3bc347c5d3f2d316033ab) +++ lams_tool_vote/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 264d4b8939092e1d29398aa91b1a203d915b689a) @@ -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)