Bug 954871 - Remove Welcome screen from Account wizard. r=aleth

This commit is contained in:
Shrihari Sankaran 2014-03-04 10:10:24 -05:00
Родитель 3a35efb77c
Коммит 941ae8477c
3 изменённых файлов: 2 добавлений и 13 удалений

Просмотреть файл

@ -25,10 +25,8 @@ var accountWizard = {
item.build(proto, desc);
}
if (topProtoList.itemCount < 2) {
document.getElementById("accountWizard")
.getPageById("accountwelcome").next = "accountprotocol";
}
if (topProtoList.itemCount < 2)
document.getElementById("accountWizard").currentPage = "accountprotocol";
topProtoList.selectedIndex = -1;

Просмотреть файл

@ -26,12 +26,6 @@
<stringbundle id="accountsBundle" src="chrome://instantbird/locale/accounts.properties"/>
<stringbundle id="topProtocolsBundle" src="chrome://instantbird/locale/accountWizard.properties"/>
<wizardpage id="accountwelcome" pageid="accountwelcome" next="accounttoplist"
label="&accountWelcomeTitle.label;">
<description>&accountWelcomeInfo.label;</description>
<separator/>
</wizardpage>
<wizardpage id="accounttoplist" pageid="accounttoplist" next="accountprotocol"
label="&accountProtocolTitle.label;"
onpageadvanced="return accountWizard.advanceTopProtocolPage();">

Просмотреть файл

@ -4,9 +4,6 @@
<!ENTITY windowTitle.label "Account Wizard">
<!ENTITY accountWelcomeTitle.label "Welcome">
<!ENTITY accountWelcomeInfo.label "This wizard will help you in the process of setting up your IM account in order to use it with &brandShortName;.">
<!ENTITY accountProtocolTitle.label "Protocol">
<!ENTITY accountProtocolInfo.label2 "Please choose the protocol of your IM account.">
<!ENTITY accountProtocolGetMore.label "Get more…">