1999-10-07 03:19:53 +04:00
|
|
|
<?xml version="1.0"?>
|
2000-04-30 11:50:48 +04:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2000-04-20 01:42:30 +04:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/profile/profile.css" type="text/css"?>
|
1999-12-06 08:53:02 +03:00
|
|
|
<?xul-overlay href="chrome://global/content/wizardOverlay.xul"?>
|
2000-01-13 07:21:25 +03:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-10-07 03:19:53 +04:00
|
|
|
|
2000-05-03 06:57:51 +04:00
|
|
|
<!DOCTYPE window [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd">
|
|
|
|
%brandDTD;
|
|
|
|
<!ENTITY % profileDTD SYSTEM "chrome://communicator/locale/profile/createProfileWizard.dtd">
|
|
|
|
%profileDTD;
|
|
|
|
]>
|
|
|
|
|
1999-10-07 03:19:53 +04:00
|
|
|
|
2000-09-15 10:13:01 +04:00
|
|
|
<window title="&newprofile.title;" orient="vertical"
|
2000-05-03 06:57:51 +04:00
|
|
|
class="color-dialog"
|
2000-06-15 13:54:41 +04:00
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
2000-05-03 06:57:51 +04:00
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
onclose="onCancel();"
|
|
|
|
onload="Startup('newProfile1_1','content');">
|
2001-03-12 10:39:50 +03:00
|
|
|
|
|
|
|
<stringbundle id="bundle_createProfileWizard"
|
|
|
|
src="chrome://communicator/locale/profile/createProfileWizard.properties"/>
|
|
|
|
<stringbundle id="bundle_profileManager"
|
|
|
|
src="chrome://communicator/locale/profile/profileManager.properties"/>
|
1999-10-07 03:19:53 +04:00
|
|
|
|
2001-03-12 10:39:50 +03:00
|
|
|
<!-- XXX: strres.js is needed so that wizardManager.js will work -->
|
2001-03-13 18:35:07 +03:00
|
|
|
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/profile/createProfileWizard.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/wizardOverlay.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/wizardHandlerSet.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/wizardManager.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/widgetStateManager.js"/>
|
1999-10-07 03:19:53 +04:00
|
|
|
|
2000-09-15 10:13:01 +04:00
|
|
|
<box class="box-header" id="header" title="&window.title.label;" description="&profileWizard.title;"/>
|
|
|
|
<box class="wizard-box" flex="1">
|
2001-03-12 22:06:09 +03:00
|
|
|
<html:iframe src="about:blank" style="width: 40em; height: 20em; overflow: auto;" name="content" id="content" flex="1"/>
|
1999-10-07 03:19:53 +04:00
|
|
|
</box>
|
2000-09-15 10:13:01 +04:00
|
|
|
<separator class="groove"/>
|
2001-03-12 10:39:50 +03:00
|
|
|
<box id="wizardButtons"/>
|
fixes for profile manager bugs 24851, 27526, 27595, 28283, 29139, 30246, 31472, 31473, 28185, 30094, 31151, 29633, 17721
2000-03-14 14:07:09 +03:00
|
|
|
|
1999-10-07 03:19:53 +04:00
|
|
|
</window>
|