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-05-25 01:13:56 +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"?>
|
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/folderPane.css" type="text/css"?>
|
|
|
|
|
|
2001-05-04 00:47:53 +00:00
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://messenger/locale/msgSynchronize.dtd" >
|
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
|
|
|
|
<dialog xmlns:nc="http://home.netscape.com/NC-rdf#"
|
2001-08-15 05:07:48 +00:00
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
2001-05-04 00:47:53 +00:00
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
|
id="select-offline"
|
|
|
|
|
title="&MsgSelect.label;"
|
|
|
|
|
width="450" height="400"
|
2001-05-25 01:13:56 +00:00
|
|
|
|
persist="width height"
|
2001-11-03 11:27:04 +00:00
|
|
|
|
onload="selectOnLoad();"
|
|
|
|
|
ondialogaccept="return selectOkButton();"
|
|
|
|
|
ondialogcancel="return selectCancelButton();">
|
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"/>
|
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/commandglue.js"/>
|
2001-05-04 00:47:53 +00:00
|
|
|
|
<stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/>
|
|
|
|
|
<stringbundle id="bundle_brand" src="chrome://global/locale/brand.properties"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mailCommands.js"/>
|
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/mailWindow.js"/>
|
|
|
|
|
<script type="application/x-javascript" src="chrome://messenger/content/msgMail3PaneWindow.js"/>
|
2001-08-15 05:07:48 +00:00
|
|
|
|
<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
|
|
|
|
<description class="desc">&MsgSelectDesc.label;</description>
|
2001-05-04 00:47:53 +00:00
|
|
|
|
|
2002-01-27 02:08:24 +00:00
|
|
|
|
<outliner id="synchronizeOutliner" flex="1" hidecolumnpicker="true"
|
2002-01-16 03:01:28 +00:00
|
|
|
|
datasources="rdf:msgaccountmanager rdf:mailnewsfolders" ref="msgaccounts:/" flags="dont-build-content"
|
|
|
|
|
onclick="onSynchronizeClick(event);">
|
|
|
|
|
<template>
|
|
|
|
|
<rule>
|
|
|
|
|
<conditions>
|
|
|
|
|
<outlineritem uri="?container"/>
|
|
|
|
|
<member container="?container" child="?member"/>
|
|
|
|
|
<triple subject="?member" predicate="http://home.netscape.com/NC-rdf#SupportsOffline" object="true"/>
|
|
|
|
|
</conditions>
|
2001-08-15 05:07:48 +00:00
|
|
|
|
|
2002-01-16 03:01:28 +00:00
|
|
|
|
<bindings>
|
|
|
|
|
<binding subject="?member"
|
|
|
|
|
predicate="http://home.netscape.com/NC-rdf#FolderTreeName"
|
|
|
|
|
object="?folderTreeName" />
|
|
|
|
|
<binding subject="?member"
|
|
|
|
|
predicate="http://home.netscape.com/NC-rdf#FolderTreeName?sort=true"
|
|
|
|
|
object="?folderTreeNameSort" />
|
|
|
|
|
<binding subject="?member"
|
|
|
|
|
predicate="http://home.netscape.com/NC-rdf#SpecialFolder"
|
|
|
|
|
object="?specialFolder" />
|
|
|
|
|
<binding subject="?member"
|
|
|
|
|
predicate="http://home.netscape.com/NC-rdf#IsServer"
|
|
|
|
|
object="?isServer" />
|
|
|
|
|
<binding subject="?member"
|
|
|
|
|
predicate="http://home.netscape.com/NC-rdf#IsSecure"
|
|
|
|
|
object="?isSecure" />
|
|
|
|
|
<binding subject="?member"
|
|
|
|
|
predicate="http://home.netscape.com/NC-rdf#ServerType"
|
|
|
|
|
object="?serverType" />
|
|
|
|
|
<binding subject="?member"
|
|
|
|
|
predicate="http://home.netscape.com/NC-rdf#Synchronize"
|
|
|
|
|
object="?synchronize" />
|
|
|
|
|
</bindings>
|
2001-08-15 05:07:48 +00:00
|
|
|
|
|
2002-01-16 03:01:28 +00:00
|
|
|
|
<action>
|
|
|
|
|
<outlinerchildren>
|
|
|
|
|
<outlineritem uri="?member">
|
|
|
|
|
<outlinerrow>
|
|
|
|
|
<outlinercell label="?folderTreeName"
|
|
|
|
|
properties="specialFolder-?specialFolder isServer-?isServer isSecure-?isSecure serverType-?serverType"/>
|
|
|
|
|
<outlinercell properties="synchronize-?synchronize isServer-?isServer"/>
|
|
|
|
|
</outlinerrow>
|
|
|
|
|
</outlineritem>
|
|
|
|
|
</outlinerchildren>
|
|
|
|
|
</action>
|
|
|
|
|
</rule>
|
|
|
|
|
</template>
|
2001-12-18 13:42:28 +00:00
|
|
|
|
<outlinercols>
|
|
|
|
|
<outlinercol id="folderNameCol" flex="5" persist="hidden width" label="&MsgSelectItems.label;" primary="true" />
|
|
|
|
|
<splitter class="tree-splitter"/>
|
2002-01-27 02:08:24 +00:00
|
|
|
|
<outlinercol id="syncCol" flex="1" persist="hidden width" label="&MsgSelectInd.label;" />
|
2001-12-18 13:42:28 +00:00
|
|
|
|
</outlinercols>
|
2001-08-15 05:07:48 +00:00
|
|
|
|
</outliner>
|
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
|
|
|
|
</dialog>
|