b=125259 r=rangansen sr=shaver a=asa

Edit CA dialog misshaped
This commit is contained in:
kaie%netscape.com 2002-02-27 09:50:21 +00:00
Родитель f120347fbe
Коммит f6be46bd1d
7 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -100,6 +100,7 @@ function setWindowName()
}
setText("impact",impact);
window.sizeToContent();
}
function doOK()

Просмотреть файл

@ -50,6 +50,7 @@ function onLoad()
setText("message2", message2);
//Set the focus so key press events work
document.getElementById('ok-button').focus();
window.sizeToContent();
}
function viewCert()

Просмотреть файл

@ -48,6 +48,7 @@ function onLoad()
[ caName ],
1);
setText("message2", message2);
window.sizeToContent();
}
function viewCert()

Просмотреть файл

@ -69,6 +69,8 @@ function setWindowName()
} else {
objsign.setAttribute("checked", "false");
}
window.sizeToContent();
}
function doOK()
@ -134,6 +136,8 @@ function doLoadForSSLCert()
} else {
trustssl.radioGroup.selectedItem = notrustssl;
}
window.sizeToContent();
}
function doSSLOK()

Просмотреть файл

@ -45,6 +45,7 @@ function onLoad()
var msg = bundle.formatStringFromName("escrowFinalMessage",
[dispName], 1);
setText("message1",msg);
window.sizeToContent();
}
function doOK()

Просмотреть файл

@ -60,6 +60,7 @@ function onLoad()
setText("message", message);
setText("notRecognized", notRecognized);
window.sizeToContent();
}
function doHelpButton()

Просмотреть файл

@ -48,6 +48,7 @@ function onLoad()
setText("message2", message2);
//Set the focus so key press events work.
document.getElementById('ok-button').focus();
window.sizeToContent();
}
function doOK()