#52872 - removed extra tabs on form manager, r=hangas, a=ben

This commit is contained in:
hewitt%netscape.com 2000-09-19 22:51:09 +00:00
parent 1015cce555
commit 9a48263674

View File

@ -84,12 +84,15 @@ function Startup()
} else if (tab == "W") {
element = document.getElementById("signonviewer");
element.setAttribute("title", element.getAttribute("alttitle"));
// hide non-used tabs
element = document.getElementById("nopreview");
element.setAttribute("selected","true" );
element = document.getElementById("nopreview");
element.setAttribute("style","display: block;" );
element = document.getElementById("nocapture");
element.setAttribute("style","display: block;" );
element.selected = true;
element = document.getElementById("signonTab");
element.setAttribute("style", "display: none");
element = document.getElementById("signonSitesTab");
element.setAttribute("style", "display: none");
element = document.getElementById("panel");
element.setAttribute("index","2" );
} else {