зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c6531e7c06
Коммит
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)"
|
||||
|
|
Загрузка…
Ссылка в новой задаче