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:
reed@reedloden.com 2008-02-26 02:03:36 -08:00
parent 1784f2e0ef
commit 0696bc4649
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)"