Make the button in the security advisor for CRL's look like the other

buttons.
This commit is contained in:
javi%netscape.com 2000-07-11 00:50:12 +00:00
Родитель 1a30fe343c
Коммит 9032fabd4c
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -1243,6 +1243,10 @@ SSMStatus SSMSecurityAdvisorContext_Process_cert_mine_form(
if (button != NULL) {
rv = SSMSecurityAdvisorContext_BackupAllMineCerts(res, req);
}
} else if (SSM_HTTPParamValue(req, "crlButton", &button) == SSM_SUCCESS) {
if (button != NULL) {
rv = SSM_HTTPReportError(req, HTTP_NO_CONTENT);
}
}
return rv;
}

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

@ -3584,7 +3584,7 @@ function launchCRLDialog()
}
// -->
</script>
<input type=button name=crlButton value='{text_crl_button}' onClick='launchCRLDialog();'>
<input type=submit name=crlButton value='{text_crl_button}' onClick='launchCRLDialog();' width="72">
:crlButtonHTML
crlDialog_type=text/html
@ -3606,7 +3606,7 @@ crl_dialog_main_content:
{disable_right_click_js}
</head>
{formsubmit document.forms[0]}
<body>
<body bgcolor=white>
<form name=crlDialog method=get action="formsubmit_handler" >
<input type=hidden name="baseRef" value="windowclose_doclose_js">
<input type=hidden name="formName" value="crlDialog">