Fix for 119992. Always disable the Back button in the last dialog. r=ducarroz, sr=sspitzer.

This commit is contained in:
cavin%netscape.com 2002-06-29 01:20:33 +00:00
parent 67a1abc518
commit 39f69d31cd

View File

@ -472,6 +472,8 @@ function ShowImportResultsRaw(title, results, good)
nextButton.removeAttribute("disabled");
var cancelButton = document.getElementById("cancel");
cancelButton.setAttribute("disabled", "true");
var backButton = document.getElementById("back");
backButton.setAttribute("disabled", "true");
// If the Local Folder is not existed, create it after successfully
// import "mail" and "settings"