зеркало из https://github.com/mozilla/pjs.git
improve the UI for selecting between encrypting and obscurring
This commit is contained in:
Родитель
71d24c7aa6
Коммит
e8ff5c4085
|
@ -130,14 +130,6 @@ dump("\n##### pref="+ this.pref.GetBoolPref("wallet.crypto")+"\n");
|
|||
pref="true" preftype="bool" prefstring="wallet.crypto"
|
||||
prefattribute="checked"/>
|
||||
|
||||
<separator/>
|
||||
|
||||
<box autostretch="never" halign="center">
|
||||
<button class="dialog" value="&convertEncrypted.label;" accesskey="&convertEncrypted.accesskey;"
|
||||
oncommand="convertStoredValues(true);"/>
|
||||
<button class="dialog" value="&convertObscurred.label;" accesskey="&convertObscurred.accesskey;"
|
||||
oncommand="convertStoredValues(false);"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче