gecko-dev/mail/base/content/msgSynchronize.xul

63 строки
2.4 KiB
XML

<?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
Håkan Waara <hwaara@chello.se>
-->
<?xml-stylesheet href="chrome://messenger/skin/dialogs.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://messenger/locale/msgSynchronize.dtd" >
<dialog xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="msg-synchronizer"
title="&MsgSynchronize.label;"
onload="OnLoad();"
style="width: 35em;"
ondialogaccept="return syncOkButton();">
<script src="chrome://global/content/strres.js"/>
<script type="application/x-javascript" src="chrome://messenger/content/mailWindowOverlay.js"/>
<script type="application/x-javascript" src="chrome://messenger/content/mailCommands.js"/>
<script type="application/x-javascript" src="chrome://messenger/content/msgMail3PaneWindow.js"/>
<script type="application/x-javascript" src="chrome://messenger/content/msgSynchronize.js"/>
<keyset id="keyset"/>
<label hidden="true" wsm_persist="true" id="server.type"/>
<description class="desc">&MsgSyncDesc.label;</description>
<separator class="thin"/>
<label value="&MsgSyncDirections.label;"/>
<vbox class="indent" align="start">
<checkbox id="syncMail" hidable="true" hidefor="pop3" label="&syncTypeMail.label;"/>
<checkbox id="syncNews" label="&syncTypeNews.label;"/>
</vbox>
<vbox align="start">
<checkbox id="sendMessage" label="&sendMessage.label;"/>
<checkbox id="workOffline" label="&workOffline.label;"/>
</vbox>
<separator class="thin"/>
<hbox align="right">
<button id="select" label="&selectButton.label;" oncommand="OnSelect();"/>
</hbox>
</dialog>