mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 404014 - "The Password Manager dialog's label changes when clearing the Search box" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=dolske r=gavin a1.9=damons]
This commit is contained in:
parent
c6531e7c06
commit
89c74ddddf
@ -49,6 +49,7 @@ function SignonsStartup() {
|
||||
kSignonBundle = document.getElementById("signonBundle");
|
||||
document.getElementById("togglePasswords").label = kSignonBundle.getString("showPasswords");
|
||||
document.getElementById("togglePasswords").accessKey = kSignonBundle.getString("showPasswordsAccessKey");
|
||||
document.getElementById("signonsIntro").value = kSignonBundle.getString("passwordsAll");
|
||||
LoadSignons();
|
||||
|
||||
// filter the table if requested by caller
|
||||
|
@ -77,7 +77,7 @@
|
||||
oncommand="SignonClearFilter();" disabled="true"/>
|
||||
</hbox>
|
||||
|
||||
<description control="signonsTree" id="signonsIntro">&spiel.signonsstored.label;</description>
|
||||
<description control="signonsTree" id="signonsIntro"/>
|
||||
<separator class="thin"/>
|
||||
<tree id="signonsTree" flex="1" style="height: 20em;" hidecolumnpicker="true"
|
||||
onkeypress="HandleSignonKeyPress(event)"
|
||||
|
Loading…
Reference in New Issue
Block a user