2001-05-04 00:47:53 +00:00
|
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
|
Copyright (C) 1998-2001 Netscape Communications Corporation. All
|
|
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
|
|
Contributors:
|
|
|
|
|
dianesun@netscape.com
|
2001-07-10 03:24:26 +00:00
|
|
|
|
H<>kan Waara <hwaara@chello.se>
|
2001-05-04 00:47:53 +00:00
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
2001-08-31 22:20:37 +00:00
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/dialogs.css" type="text/css"?>
|
|
|
|
|
|
2001-11-26 00:43:56 +00:00
|
|
|
|
<!DOCTYPE dialog SYSTEM "chrome://messenger/locale/msgSynchronize.dtd" >
|
|
|
|
|
<dialog xmlns:NC="http://home.netscape.com/NC-rdf#"
|
2001-05-04 00:47:53 +00:00
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
|
id="msg-synchronizer"
|
|
|
|
|
title="&MsgSynchronize.label;"
|
2001-11-26 00:43:56 +00:00
|
|
|
|
onload="OnLoad();"
|
|
|
|
|
width="380" height="280"
|
|
|
|
|
ondialogaccept="return syncOkButton();">
|
2001-05-04 00:47:53 +00:00
|
|
|
|
|
|
|
|
|
<script src="chrome://global/content/strres.js"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mailWindowOverlay.js"/>
|
2001-07-25 01:43:46 +00:00
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mailCommands.js"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/msgMail3PaneWindow.js"/>
|
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/msgSynchronize.js"/>
|
2001-05-04 00:47:53 +00:00
|
|
|
|
|
|
|
|
|
<keyset id="keyset"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:06:54 +00:00
|
|
|
|
<label hidden="true" wsm_persist="true" id="server.type"/>
|
2001-05-04 00:47:53 +00:00
|
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:06:54 +00:00
|
|
|
|
<description class="desc">&MsgSyncDesc.label;</description>
|
2001-07-10 03:24:26 +00:00
|
|
|
|
<separator class="thin"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:06:54 +00:00
|
|
|
|
<label value="&MsgSyncDirections.label;"/>
|
2001-05-04 00:47:53 +00:00
|
|
|
|
|
2001-11-26 00:43:56 +00:00
|
|
|
|
<vbox class="indent" align="start">
|
2001-05-04 00:47:53 +00:00
|
|
|
|
<checkbox id="syncMail" hidable="true" hidefor="pop3" label="&syncTypeMail.label;"/>
|
|
|
|
|
<checkbox id="syncNews" label="&syncTypeNews.label;"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
|
</vbox>
|
2001-11-26 00:43:56 +00:00
|
|
|
|
<vbox align="start">
|
2001-05-04 00:47:53 +00:00
|
|
|
|
<checkbox id="sendMessage" label="&sendMessage.label;"/>
|
|
|
|
|
<checkbox id="workOffline" label="&workOffline.label;"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
|
</vbox>
|
2001-07-10 03:24:26 +00:00
|
|
|
|
<separator class="thin"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
|
<hbox align="right">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:06:54 +00:00
|
|
|
|
<button id="select" label="&selectButton.label;" oncommand="OnSelect();"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
|
</hbox>
|
2001-11-26 00:43:56 +00:00
|
|
|
|
</dialog>
|