1999-05-28 19:41:31 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-12-05 08:27:37 +00:00
|
|
|
|
1999-06-08 02:17:35 +00:00
|
|
|
<!--
|
|
|
|
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 Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
-->
|
1999-05-28 19:41:31 +00:00
|
|
|
|
2001-08-31 22:20:37 +00:00
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/threadPane.css" type="text/css"?>
|
2001-12-07 21:37:22 +00:00
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/threadPaneLabels.css" type="text/css"?>
|
2001-08-31 22:20:37 +00:00
|
|
|
|
1999-08-07 00:22:01 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://messenger/locale/threadpane.dtd">
|
1999-05-28 19:41:31 +00:00
|
|
|
|
1999-09-01 23:50:48 +00:00
|
|
|
<overlay
|
2001-08-31 22:20:37 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
1999-05-28 19:41:31 +00:00
|
|
|
|
2000-06-21 06:34:59 +00:00
|
|
|
<script src="chrome://messenger/content/threadPane.js"/>
|
2000-01-12 02:25:35 +00:00
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
<outliner id="threadOutliner" flex="1" enableColumnDrag="true" class="plain"
|
2001-04-13 08:17:56 +00:00
|
|
|
onkeypress="ThreadPaneKeyPress(event);">
|
2001-12-18 13:42:28 +00:00
|
|
|
<outlinercols>
|
|
|
|
<outlinercol id="threadCol" display="&threadColumn.label;" class="outlinercol-image threadColumnHeader" currentView="unthreaded" cycler="true" persist="hidden ordinal" fixed="true" />
|
|
|
|
<outlinercol id="subjectCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="7" label="&subjectColumn.label;" primary="true"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="senderOrRecipientCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="4" label="&senderColumn.label;"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="unreadButtonColHeader" fixed="true" persist="hidden ordinal" class="outlinercol-image readColumnHeader" display="&readColumn.label;" cycler="true"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="dateCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="2" label="&dateColumn.label;"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="statusCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="1" label="&statusColumn.label;"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="sizeCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="1" label="&sizeColumn.label;"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="flaggedCol" fixed="true" persist="hidden ordinal" class="outlinercol-image flagColumnHeader" display="&flagColumn.label;" cycler="true"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="labelCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="1" label="&labelColumn.label;"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="priorityCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="1" label="&priorityColumn.label;"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="unreadCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="1" label="&unreadColumn.label;"/>
|
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<outlinercol id="totalCol" class="sortDirectionIndicator" persist="hidden ordinal width" flex="1" label="&totalColumn.label;"/>
|
|
|
|
<outlinercol id="locationCol" class="sortDirectionIndicator" persist="width" flex="1" hidden="true" ignoreincolumnpicker="true" label="&locationColumn.label;"/>
|
|
|
|
</outlinercols>
|
2001-08-15 05:07:48 +00:00
|
|
|
<outlinerbody flex="1"
|
|
|
|
onselect="this.parentNode.outlinerBoxObject.view.selectionChanged();"
|
2001-12-22 02:06:31 +00:00
|
|
|
ondraggesture="BeginDragThreadPane(event);"/>
|
2001-03-17 01:59:34 +00:00
|
|
|
</outliner>
|
2000-03-30 23:08:53 +00:00
|
|
|
|
1999-09-01 23:50:48 +00:00
|
|
|
</overlay>
|