Mozilla/mozilla/profile/resources/content/createProfileWizard.xul
sspitzer%netscape.com 357ff16580 new changes from rgoodger@ihug.co.nz. r=sspitzer
this makes it so the create profile wizard uses the generic wizard js
(mozilla/xpfe/global/resources/content/wizard*, mozilla/xpfe/global/resources/content/widgetStateManager.js)


git-svn-id: svn://10.0.0.236/trunk@55404 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-06 05:53:02 +00:00

44 lines
2.1 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://profile/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://profile/skin/createProfileWizard.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/wizardOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://profile/locale/createProfileWizard.dtd">
<window title="&window.title.label;" align="vertical"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="Startup('newProfile1_1','content');">
<html:script language="javascript" src="chrome://global/content/strres.js" />
<html:script language="javascript" src="chrome://profile/content/createProfileWizard.js" />
<html:script language="javascript" src="chrome://global/content/wizardOverlay.js" />
<html:script language="javascript" src="chrome://global/content/wizardHandlerSet.js" />
<html:script language="javascript" src="chrome://global/content/wizardManager.js" />
<html:script language="javascript" src="chrome://global/content/widgetStateManager.js" />
<box id="header" align="vertical" flex="100%">
<box align="vertical">
<html:div id="cplabel">&createprofile.heading;</html:div>
<html:div id="thatline"/>
<html:div id="cpsubl">&createprofile.subheading;</html:div>
</box>
<tabcontrol align="vertical">
<tabbox align="horizontal">
<tab class="selected" style="margin-top: -2px;">&newprofile.title;</tab>
<!-- <tab class="nonselected" onclick="loadPage('mailnews.xul');">&mailnews.title;</tab> -->
<spring flex="100%"/>
<html:div id="progress"/>
</tabbox>
<tabpanel flex="100%"/>
<!-- <tabpanel flex="100%"/> -->
</tabcontrol>
</box>
<box id="contentsink" flex="100%" style="margin-top: -2px;">
<html:iframe src="about:blank" style="width: 400px; height: 200px;" name="content" id="content" scrolling="auto" flex="100%"/>
</box>
<box id="wizardButtons" style="width: 450px; margin-top: -5px; margin-bottom: 3px; margin-right: -11px;"/>
</window>