This commit is contained in:
norris%netscape.com 1999-10-14 23:45:40 +00:00
Родитель 8acd8f991e
Коммит 2009994a25
6 изменённых файлов: 7 добавлений и 7 удалений

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

@ -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%"/>