Index: lams_tool_forum/web/jsps/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/basic.jsp,v diff -u -r1.24 -r1.25 --- lams_tool_forum/web/jsps/authoring/basic.jsp 12 Oct 2006 06:12:11 -0000 1.24 +++ lams_tool_forum/web/jsps/authoring/basic.jsp 16 Oct 2006 07:09:01 -0000 1.25 @@ -18,6 +18,7 @@ area.src=url; area.style.display="block"; } + document.getElementById("saveCancelButtons").style.visibility="hidden"; } function hideMessage(){ var area=document.getElementById("messageArea"); @@ -26,6 +27,7 @@ area.style.height="0px"; area.style.display="none"; } + document.getElementById("saveCancelButtons").style.visibility="visible"; } 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) 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) Index: lams_tool_larsrc/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/basic.jsp,v diff -u -r1.19 -r1.20 --- lams_tool_larsrc/web/pages/authoring/basic.jsp 1 Sep 2006 02:47:00 -0000 1.19 +++ lams_tool_larsrc/web/pages/authoring/basic.jsp 16 Oct 2006 07:08:59 -0000 1.20 @@ -14,6 +14,7 @@ area.src=url; area.style.display="block"; } + document.getElementById("saveCancelButtons").style.visibility="hidden"; } function hideMessage(){ var area=document.getElementById("reourceInputArea"); @@ -22,6 +23,7 @@ area.style.height="0px"; area.style.display="none"; } + document.getElementById("saveCancelButtons").style.visibility="visible"; } function previewItem(type,idx,sessionMapID){ Index: lams_tool_survey/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/pages/authoring/basic.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_survey/web/pages/authoring/basic.jsp 6 Oct 2006 01:10:06 -0000 1.6 +++ lams_tool_survey/web/pages/authoring/basic.jsp 16 Oct 2006 07:08:59 -0000 1.7 @@ -14,6 +14,7 @@ area.src=url; area.style.display="block"; } + document.getElementById("saveCancelButtons").style.visibility="hidden"; } function hideMessage(){ var area=document.getElementById("questionInputArea"); @@ -22,6 +23,7 @@ area.style.height="0px"; area.style.display="none"; } + document.getElementById("saveCancelButtons").style.visibility="visible"; } 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)