зеркало из https://github.com/mozilla/pjs.git
Fix bug 16303. r=alecf@netscape.com
This commit is contained in:
Родитель
aa96b8bc65
Коммит
aefb83887f
|
@ -11,7 +11,7 @@
|
|||
align="vertical"
|
||||
onload="onLoad(event);">
|
||||
|
||||
<html:script src="AccountManager.js"/>
|
||||
<html:script src="chrome://messenger/content/AccountManager.js"/>
|
||||
|
||||
<keyset id="keyset"/>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ var wizardMap = {
|
|||
done: { previous: "accname" }
|
||||
}
|
||||
|
||||
var pagePrefix="aw-";
|
||||
var pagePrefix="chrome://messenger/content/aw-";
|
||||
var pagePostfix=".xul";
|
||||
|
||||
var currentPageTag;
|
||||
|
|
|
@ -30,10 +30,10 @@ Rights Reserved.
|
|||
height="350" width="450"
|
||||
onload="onLoad();">
|
||||
|
||||
<html:script language="JavaScript" src="AccountWizard.js"/>
|
||||
<html:script language="JavaScript" src="chrome://messenger/content/AccountWizard.js"/>
|
||||
<box align="vertical" flex="100%">
|
||||
<html:iframe flex="100%" style="width: 100%; height:100%; border: none"
|
||||
src="aw-accounttype.xul"
|
||||
src="chrome://messenger/content/aw-accounttype.xul"
|
||||
name="wizardContents" scrolling="auto"/>
|
||||
<html:div>
|
||||
&instructions.label;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical">
|
||||
<html:script src="am-copies.js"/>
|
||||
<html:script src="chrome://messenger/content/am-copies.js"/>
|
||||
<html:input type="hidden" name="identity.fccFolder" id="identity.fccFolder"/>
|
||||
<html:input type="hidden" name="identity.draftFolder" id="identity.draftFolder"/>
|
||||
<html:input type="hidden" name="identity.stationaryFolder" id="identity.stationaryFolder"/>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40" align="vertical">
|
||||
|
||||
<html:script src="am-server.js"/>
|
||||
<html:script src="chrome://messenger/content/am-server.js"/>
|
||||
|
||||
<html:input type="hidden" name="server.type" id="server.type"/>
|
||||
<html:input type="hidden" name="server.hostName" id="server.hostName"/>
|
||||
|
|
|
@ -27,7 +27,7 @@ Rights Reserved.
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical"
|
||||
onload="parent.wizardPageLoaded('done');">
|
||||
<html:script src="aw-done.js"/>
|
||||
<html:script src="chrome://messenger/content/aw-done.js"/>
|
||||
<box class="title" align="horizontal">
|
||||
<html:div class="title">&completionTitle.label;</html:div>
|
||||
<spring flex="100%"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче