Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html
id="selectOffline"
windowtype="mailnews:selectOffline"
lightweightthemes="true"
width="450"
height="400"
persist="width height screenX screenY"
scrolling="false"
>
<head>
<title>&MsgSelect.label;</title>
<link
rel="stylesheet"
/>
<link rel="stylesheet" href="chrome://messenger/skin/colors.css" />
<link rel="stylesheet" href="chrome://messenger/skin/icons.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<style id="folderColorsStyle"></style>
</head>
<html:body
>
<dialog>
<stringbundle
id="bundle_messenger"
/>
<stringbundle
id="bundle_brand"
/>
<label class="desc" control="synchronizeTree"
>&MsgSelectDesc.label;</label
>
<tree
id="synchronizeTree"
flex="1"
hidecolumnpicker="true"
seltype="multiple"
disableKeyNavigation="true"
simplelist="true"
mode="offline"
onkeypress="gSelectOffline.onKeyPress(event);"
onclick="gSelectOffline.onClick(event);"
>
<treecols>
<treecol
id="folderNameCol"
persist="hidden width"
label="&MsgSelectItems.label;"
primary="true"
/>
<splitter class="tree-splitter" />
<treecol
id="syncCol"
style="flex: 1 auto"
persist="hidden width"
label="&MsgSelectInd.label;"
cycler="true"
/>
</treecols>
<treechildren />
</tree>
</dialog>
</html:body>
</html>