1999-10-07 03:19:53 +04:00
|
|
|
<?xml version="1.0"?>
|
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-04-20 01:42:30 +04:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/profile/createProfileWizard.dtd">
|
1999-10-07 03:19:53 +04:00
|
|
|
|
2000-01-13 07:21:25 +03:00
|
|
|
<window title="&newprofile.title;" align="vertical"
|
2000-03-29 07:25:58 +04:00
|
|
|
class="color-dialog"
|
1999-10-07 03:19:53 +04:00
|
|
|
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"
|
2000-04-01 12:36:00 +04:00
|
|
|
onclose="onCancel();"
|
1999-12-06 08:53:02 +03:00
|
|
|
onload="Startup('newProfile1_1','content');">
|
1999-10-07 03:19:53 +04:00
|
|
|
|
|
|
|
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
2000-04-20 01:42:30 +04:00
|
|
|
<html:script language="javascript" src="chrome://communicator/content/profile/createProfileWizard.js" />
|
1999-12-06 08:53:02 +03:00
|
|
|
<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" />
|
1999-10-07 03:19:53 +04:00
|
|
|
|
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
|
|
|
<box type="largeheader" id="header" value="&profileWizard.title;"/>
|
2000-03-16 04:21:26 +03:00
|
|
|
<box id="contentarea" flex="1">
|
|
|
|
<html:iframe src="about:blank" style="width: 400px; height: 200px;" name="content" id="content" scrolling="none" flex="1"/>
|
1999-10-07 03:19:53 +04:00
|
|
|
</box>
|
2000-01-13 07:21:25 +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
|
|
|
<box type="status" id="status" value="&window.title.label;" progress=""/>
|
|
|
|
|
1999-10-07 03:19:53 +04:00
|
|
|
</window>
|