diff options
author | drebs <drebs@leap.se> | 2013-12-23 14:26:52 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-12-23 14:26:52 -0200 |
commit | 7f851488dbc8fe70924432c279488e31b662f854 (patch) | |
tree | 8d9f3c8389ea416effa79b542f63216fc0b4a9b7 /chrome/content/accountWizard/accountWizard.xul | |
parent | 2a71d0c9b74c69f8c195f219a82b689685b6d110 (diff) | |
parent | 79bef2ea88c01e629973df3de97eb3456add3793 (diff) |
Merge branch 'release-0.0.3'0.0.3
Diffstat (limited to 'chrome/content/accountWizard/accountWizard.xul')
-rw-r--r-- | chrome/content/accountWizard/accountWizard.xul | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/content/accountWizard/accountWizard.xul b/chrome/content/accountWizard/accountWizard.xul index f9ff6f4..1587c50 100644 --- a/chrome/content/accountWizard/accountWizard.xul +++ b/chrome/content/accountWizard/accountWizard.xul @@ -33,6 +33,8 @@ src="chrome://branding/locale/brand.properties"/> <stringbundle id="accountCreationStrings" src="chrome://messenger/locale/accountCreation.properties"/> + <stringbundle id="accountWizardStrings" + src="chrome://bitmask/locale/accountWizard.properties"/> </stringbundleset> <script type="application/javascript" src="chrome://bitmask/content/serverConfig.js"/> @@ -108,9 +110,8 @@ <description id="emailerror" class="errordescription" hidden="true"/> </hbox> </row> + <!-- we do not use the password for now. <row align="center"> - <!-- this starts out as text so the emptytext shows, but then - changes to type=password once it's not empty --> <label accesskey="&password.accesskey;" class="autoconfigLabel" value="&password.label;" @@ -137,6 +138,7 @@ accesskey="&rememberPassword.accesskey;" checked="true"/> </row> + --> </rows> </grid> <spacer flex="1" /> |