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); setText("impact",impact);
window.sizeToContent();
} }
function doOK() function doOK()

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

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

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

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

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

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

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

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

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

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

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

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