mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
whoops, checked in dos formatted text files from a unix box. ran dos2unix on them to fix it. part of fix for #15402. these new files come from Ben Goodger <rgoodger@ihug.co.nz> r=sspitzer
This commit is contained in:
parent
58eccb6592
commit
4404653cbb
@ -1,40 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://profile/skin/createProfileWizard.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://profile/locale/createProfileWizard.dtd">
|
||||
|
||||
<window title="&window.title.label;" style="width: 100%; height: 100%" 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="loadPage('newProfile1_1.xul')">
|
||||
|
||||
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script src="createProfileWizard.js" />
|
||||
|
||||
<box id="header" align="vertical">
|
||||
<box align="vertical">
|
||||
<html:div id="cplabel">&createprofile.heading;</html:div>
|
||||
<html:div id="cpsubl">&createprofile.subheading;</html:div>
|
||||
</box>
|
||||
<tabcontrol align="vertical">
|
||||
<tabbox align="horizontal">
|
||||
<tab class="selected">&newprofile.title;</tab>
|
||||
<!-- <tab class="nonselected" onclick="loadPage('mailnews.xul');">&mailnewssettings.title;</tab>-->
|
||||
</tabbox>
|
||||
</tabcontrol>
|
||||
</box>
|
||||
|
||||
<box id="contentsink" flex="100%">
|
||||
<html:iframe src="about:blank" style="width: 100%;" name="content" id="content" scrolling="auto" flex="100%"/>
|
||||
</box>
|
||||
<box align="horizontal" style="width: 450px;">
|
||||
<spring flex="100%"/>
|
||||
<titledbutton id="cancel" value="&cancel.label;" onclick="ExitApp()" align="left" style=" margin-top: 1em;"/>
|
||||
<spring flex="20%"/>
|
||||
<titledbutton id="back" value="&back.label;" onclick="onBack()" align="left" style="margin-top: 1em;"/>
|
||||
<titledbutton id="next" value="&next.label;" onclick="onNext()" align="left" style="margin-top: 1em;"/>
|
||||
<spring flex="5%"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://profile/skin/createProfileWizard.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://profile/locale/createProfileWizard.dtd">
|
||||
|
||||
<window title="&window.title.label;" style="width: 100%; height: 100%" 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="loadPage('newProfile1_1.xul')">
|
||||
|
||||
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script src="createProfileWizard.js" />
|
||||
|
||||
<box id="header" align="vertical">
|
||||
<box align="vertical">
|
||||
<html:div id="cplabel">&createprofile.heading;</html:div>
|
||||
<html:div id="cpsubl">&createprofile.subheading;</html:div>
|
||||
</box>
|
||||
<tabcontrol align="vertical">
|
||||
<tabbox align="horizontal">
|
||||
<tab class="selected">&newprofile.title;</tab>
|
||||
<!-- <tab class="nonselected" onclick="loadPage('mailnews.xul');">&mailnewssettings.title;</tab>-->
|
||||
</tabbox>
|
||||
</tabcontrol>
|
||||
</box>
|
||||
|
||||
<box id="contentsink" flex="100%">
|
||||
<html:iframe src="about:blank" style="width: 100%;" name="content" id="content" scrolling="auto" flex="100%"/>
|
||||
</box>
|
||||
<box align="horizontal" style="width: 450px;">
|
||||
<spring flex="100%"/>
|
||||
<titledbutton id="cancel" value="&cancel.label;" onclick="ExitApp()" align="left" style=" margin-top: 1em;"/>
|
||||
<spring flex="20%"/>
|
||||
<titledbutton id="back" value="&back.label;" onclick="onBack()" align="left" style="margin-top: 1em;"/>
|
||||
<titledbutton id="next" value="&next.label;" onclick="onNext()" align="left" style="margin-top: 1em;"/>
|
||||
<spring flex="5%"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
@ -32,4 +32,4 @@ function GetFields() { }
|
||||
|
||||
// the setting procedure is unique to each page, and as such each page
|
||||
// must provide its own SetFields function
|
||||
function SetFields(element,value) { }
|
||||
function SetFields(element,value) { }
|
||||
|
@ -1,46 +1,46 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
|
||||
<!--
|
||||
|
||||
The contents of this file are subject to the Netscape Public License
|
||||
Version 1.0 (the "NPL"); you may not use this file except in
|
||||
compliance with the NPL. You may obtain a copy of the NPL at
|
||||
http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
for the specific language governing rights and limitations under the
|
||||
NPL.
|
||||
|
||||
The Initial Developer of this code under the NPL is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
Reserved.
|
||||
|
||||
-->
|
||||
|
||||
<!-- this is PAGE ONE of the Profile Creation Wizard -->
|
||||
|
||||
<?xml-stylesheet href="chrome://profile/skin/pwiz_panels.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://profile/locale/newProfile1_1.dtd" >
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="dialog"
|
||||
onload="parent.wizardPageLoaded('newProfile1_1');">
|
||||
|
||||
<html:script language="JavaScript" src="newProfile1_1.js"/>
|
||||
|
||||
<box flex="100%" align="vertical">
|
||||
<html:div>&pnl1.p1.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
<html:div>&pnl1.p2.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
<html:div>&pnl1.p3.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
<html:div>&pnl1.p4.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
||||
<?xml version="1.0"?>
|
||||
<!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
|
||||
<!--
|
||||
|
||||
The contents of this file are subject to the Netscape Public License
|
||||
Version 1.0 (the "NPL"); you may not use this file except in
|
||||
compliance with the NPL. You may obtain a copy of the NPL at
|
||||
http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
for the specific language governing rights and limitations under the
|
||||
NPL.
|
||||
|
||||
The Initial Developer of this code under the NPL is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
Reserved.
|
||||
|
||||
-->
|
||||
|
||||
<!-- this is PAGE ONE of the Profile Creation Wizard -->
|
||||
|
||||
<?xml-stylesheet href="chrome://profile/skin/pwiz_panels.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://profile/locale/newProfile1_1.dtd" >
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="dialog"
|
||||
onload="parent.wizardPageLoaded('newProfile1_1');">
|
||||
|
||||
<html:script language="JavaScript" src="newProfile1_1.js"/>
|
||||
|
||||
<box flex="100%" align="vertical">
|
||||
<html:div>&pnl1.p1.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
<html:div>&pnl1.p2.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
<html:div>&pnl1.p3.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
<html:div>&pnl1.p4.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
||||
|
@ -1,64 +1,64 @@
|
||||
<?xml version="1.0"?> <!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
|
||||
<!--
|
||||
|
||||
The contents of this file are subject to the Netscape Public License
|
||||
Version 1.0 (the "NPL"); you may not use this file except in
|
||||
compliance with the NPL. You may obtain a copy of the NPL at
|
||||
http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
for the specific language governing rights and limitations under the
|
||||
NPL.
|
||||
|
||||
The Initial Developer of this code under the NPL is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
Reserved.
|
||||
|
||||
-->
|
||||
|
||||
<!-- this is PAGE TWO of the Profile Creation Wizard -->
|
||||
|
||||
<?xml-stylesheet href="chrome://profile/skin/pwiz_panels.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://profile/locale/newProfile1_2.dtd" >
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="dialog"
|
||||
width="500" height="500"
|
||||
onload="parent.wizardPageLoaded('newProfile1_2');">
|
||||
|
||||
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="newProfile1_2.js"/>
|
||||
|
||||
<box flex="100%" align="vertical">
|
||||
<html:div>&pnl2.intro.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
<html:div>&pnl2.pname.label;</html:div>
|
||||
<html:div class="input1">
|
||||
<html:input type="text" id="ProfileName" value="mozProfile" style="width: 95%"/>
|
||||
<spring flex="5%"/>
|
||||
</html:div>
|
||||
<html:div style="padding-bottom: 0px;">
|
||||
&pnl2.pdir.label;
|
||||
<html:span id="deffoldername">&pnl2.deffldr.label;</html:span>
|
||||
</html:div>
|
||||
<box align="horizontal" id="dirbox">
|
||||
<html:div class="dirLabel" flex="100%">
|
||||
<!-- replace this button with an input field when they start responding
|
||||
to css styles properly as the cropping is a problem. -->
|
||||
<titledbutton id="ProfileDir" value="" crop="right"/>
|
||||
</html:div>
|
||||
<spring flex="100%"/>
|
||||
<box align="vertical" id="folderbuttons">
|
||||
<titledbutton value="&button.choosefolder.label;" onclick="getProfileDir(null,true);"/>
|
||||
</box>
|
||||
<spring flex="5%"/>
|
||||
</box>
|
||||
<html:div>&pnl2.finish.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
||||
<?xml version="1.0"?> <!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
|
||||
<!--
|
||||
|
||||
The contents of this file are subject to the Netscape Public License
|
||||
Version 1.0 (the "NPL"); you may not use this file except in
|
||||
compliance with the NPL. You may obtain a copy of the NPL at
|
||||
http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
for the specific language governing rights and limitations under the
|
||||
NPL.
|
||||
|
||||
The Initial Developer of this code under the NPL is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
Reserved.
|
||||
|
||||
-->
|
||||
|
||||
<!-- this is PAGE TWO of the Profile Creation Wizard -->
|
||||
|
||||
<?xml-stylesheet href="chrome://profile/skin/pwiz_panels.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://profile/locale/newProfile1_2.dtd" >
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="dialog"
|
||||
width="500" height="500"
|
||||
onload="parent.wizardPageLoaded('newProfile1_2');">
|
||||
|
||||
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="newProfile1_2.js"/>
|
||||
|
||||
<box flex="100%" align="vertical">
|
||||
<html:div>&pnl2.intro.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
<html:div>&pnl2.pname.label;</html:div>
|
||||
<html:div class="input1">
|
||||
<html:input type="text" id="ProfileName" value="mozProfile" style="width: 95%"/>
|
||||
<spring flex="5%"/>
|
||||
</html:div>
|
||||
<html:div style="padding-bottom: 0px;">
|
||||
&pnl2.pdir.label;
|
||||
<html:span id="deffoldername">&pnl2.deffldr.label;</html:span>
|
||||
</html:div>
|
||||
<box align="horizontal" id="dirbox">
|
||||
<html:div class="dirLabel" flex="100%">
|
||||
<!-- replace this button with an input field when they start responding
|
||||
to css styles properly as the cropping is a problem. -->
|
||||
<titledbutton id="ProfileDir" value="" crop="right"/>
|
||||
</html:div>
|
||||
<spring flex="100%"/>
|
||||
<box align="vertical" id="folderbuttons">
|
||||
<titledbutton value="&button.choosefolder.label;" onclick="getProfileDir(null,true);"/>
|
||||
</box>
|
||||
<spring flex="5%"/>
|
||||
</box>
|
||||
<html:div>&pnl2.finish.text;</html:div>
|
||||
<spring flex="50%"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
||||
|
@ -10,4 +10,4 @@
|
||||
<!ENTITY cancel.label "Cancel">
|
||||
<!ENTITY finish.label "Finish">
|
||||
<!ENTITY createprofile.heading "Create New Profile">
|
||||
<!ENTITY createprofile.subheading "MOZILLA PROFILE MANAGER">
|
||||
<!ENTITY createprofile.subheading "MOZILLA PROFILE MANAGER">
|
||||
|
@ -1,2 +1,2 @@
|
||||
finishButtonLabel=Finish
|
||||
nextButtonLabel=Next
|
||||
nextButtonLabel=Next
|
||||
|
@ -3,5 +3,4 @@
|
||||
<!ENTITY pnl2.pdir.label "Your user settings, preferences, bookmarks and mail will be stored in ">
|
||||
<!ENTITY pnl2.deffldr.label " the default folder.">
|
||||
<!ENTITY pnl2.finish.text "Click Finish to create this new profile.">
|
||||
|
||||
<!ENTITY button.choosefolder.label "Change Folder...">
|
||||
<!ENTITY button.choosefolder.label "Change Folder...">
|
||||
|
@ -1,2 +1,2 @@
|
||||
useDefaultFolder=Use Default Folder
|
||||
defaultString= the default folder.
|
||||
defaultString= the default folder.
|
||||
|
Loading…
Reference in New Issue
Block a user