Bug 114077 New Account Setup Wizard screens should be fixed size like Import Wizard

Bug 177608 Accelerators needed for Account Wizard's 1st dialog
Bug 54441 Large Fonts: Outbound server field not visible in Account Wizard.
patch by borggraefe@despammed.com r=neil sr=bienvenu
This commit is contained in:
timeless%mozdev.org 2003-10-13 18:18:29 +00:00
Родитель 8cdd1b0c5e
Коммит 2037afe116
3 изменённых файлов: 5 добавлений и 6 удалений

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

@ -27,7 +27,7 @@ Rights Reserved.
onwizardcancel="return onCancel();"
onwizardfinish="return FinishAccount();"
onload="onAccountWizardLoad();"
width="&accountWizard.width;" height="&accountWizard.height;"
style="&accountWizard.size;"
xmlns:nc="http://home.netscape.com/NC-rdf#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

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

@ -211,10 +211,10 @@ function msgOpenAccountWizard()
// was called with callback or not.
if (gReturnmycall)
window.openDialog("chrome://messenger/content/AccountWizard.xul",
"AccountWizard", "chrome,modal,titlebar,resizable", {okCallback:WizCallback});
"AccountWizard", "chrome,modal,titlebar,centerscreen", {okCallback:WizCallback});
else
window.openDialog("chrome://messenger/content/AccountWizard.xul",
"AccountWizard", "chrome,modal,titlebar,resizable");
"AccountWizard", "chrome,modal,titlebar,centerscreen");
loadInboxForNewAccount();

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

@ -1,8 +1,7 @@
<!-- Entities for AccountWizard -->
<!ENTITY windowTitle.label "Account Wizard">
<!ENTITY accountWizard.width "500">
<!ENTITY accountWizard.height "380">
<!ENTITY accountWizard.size "width: 40em; height: 30em;">
<!-- Entities for Account Type page -->
@ -11,7 +10,7 @@
<!ENTITY accountTypeDesc.label "This Wizard will collect the information necessary to set up a Mail or Newsgroup account. If you do not know the information requested, please contact your System Administrator or Internet Service Provider.">
<!ENTITY accountTypeDirections.label "Select the type of account you would like to set up:">
<!ENTITY accountTypeMail.label "Email account">
<!ENTITY accountTypeMail.accesskey "E">
<!ENTITY accountTypeMail.accesskey "m">
<!ENTITY accountTypeNews.label "Newsgroup account">
<!ENTITY accountTypeNews.accesskey "w">