Bug 954871 - Remove Welcome screen from Account wizard. r=aleth
This commit is contained in:
Родитель
3a35efb77c
Коммит
941ae8477c
|
@ -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…">
|
||||
|
|
Загрузка…
Ссылка в новой задаче