зеркало из https://github.com/mozilla/pjs.git
b=113844 "Load PKCS#11 Device" dialog sized incorrectly
r=kaie/javi sr=alecf a=asa
This commit is contained in:
Родитель
a86b22b9ed
Коммит
56dd877a20
|
@ -336,13 +336,8 @@ function doLogout()
|
|||
// load a new device
|
||||
function doLoad()
|
||||
{
|
||||
//device.loaddlg.width=300
|
||||
//device.loaddlg.height=200
|
||||
var dlgWidth = bundle.GetStringFromName("device.loaddlg.width");
|
||||
var dlgHeight = bundle.GetStringFromName("device.loaddlg.height");
|
||||
//
|
||||
window.open("load_device.xul", "loaddevice",
|
||||
"chrome,width=" + dlgWidth + ",height="+ dlgHeight+ ",resizable=1,dialog=1,modal=1");
|
||||
"chrome,resizable=1,dialog=1,modal=1");
|
||||
var device_list = document.getElementById("device_list");
|
||||
while (device_list.firstChild)
|
||||
device_list.removeChild(device_list.firstChild);
|
||||
|
|
|
@ -141,10 +141,6 @@ devinfo_stat_ready=Ready
|
|||
enable_fips=Enable FIPS
|
||||
disable_fips=Disable FIPS
|
||||
|
||||
#device manager: load device dlg
|
||||
device.loaddlg.width=300
|
||||
device.loaddlg.height=200
|
||||
|
||||
certmgr.verified=Verified
|
||||
certmgr.verifiedNoOCSP=Verified (No OCSP)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче