зеркало из https://github.com/mozilla/gecko-dev.git
Bug 384252, Cert viewer: Give feedback that cert verification is pending
r=rrelyea
This commit is contained in:
Родитель
066a2dbdcf
Коммит
b7f5ec7eef
|
@ -57,6 +57,7 @@
|
|||
<!ENTITY certmgr.detail.prettyprint_tab.title "Details">
|
||||
<!ENTITY certmgr.detail.prettyprint_tab.accesskey "D">
|
||||
|
||||
<!ENTITY certmgr.pending.label "Currently verifying certificate...">
|
||||
<!ENTITY certmgr.subjectinfo.label "Issued To">
|
||||
<!ENTITY certmgr.issuerinfo.label "Issued By">
|
||||
<!ENTITY certmgr.validity.label "Validity" >
|
||||
|
|
|
@ -211,6 +211,8 @@ listener.prototype.notify =
|
|||
|
||||
function DisplayVerificationData(cert, result)
|
||||
{
|
||||
document.getElementById("verify_pending").setAttribute("hidden", "true");
|
||||
|
||||
if (!result || !cert)
|
||||
return; // no results could be produced
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<vbox class="box-padded" id="general_info">
|
||||
<vbox id="verify_info_box">
|
||||
<label id="verify_pending" value="&certmgr.pending.label;"/>
|
||||
<label class="header" id="verified"/>
|
||||
</vbox>
|
||||
<separator class="groove"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче