[Commits] (donn) Removed the Triage choice pop-up from Markup bar
commits at osafoundation.org
commits at osafoundation.org
Wed Sep 15 11:19:14 PDT 2004
Commit by: donn
Modified files:
chandler/parcels/osaf/framework/blocks/detail/parcel.xml 1.25 1.26
Log message:
Removed the Triage choice pop-up from Markup bar
* Not being used
* Causing distractions for the Demo
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/blocks/detail/parcel.xml.diff?r1=text&tr1=1.25&r2=text&tr2=1.26
Index: chandler/parcels/osaf/framework/blocks/detail/parcel.xml
diff -u chandler/parcels/osaf/framework/blocks/detail/parcel.xml:1.25 chandler/parcels/osaf/framework/blocks/detail/parcel.xml:1.26
--- chandler/parcels/osaf/framework/blocks/detail/parcel.xml:1.25 Fri Sep 10 14:40:19 2004
+++ chandler/parcels/osaf/framework/blocks/detail/parcel.xml Wed Sep 15 11:19:12 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
-<!-- $Date: 2004/09/10 21:40:19 $ -->
+<!-- $Revision: 1.26 $ -->
+<!-- $Date: 2004/09/15 18:19:12 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -104,7 +104,6 @@
<blockName>MarkupBar</blockName>
<!-- Children Blocks-->
<childrenBlocks itemref="doc:TriageButton"/>
- <childrenBlocks itemref="doc:Triage"/>
<childrenBlocks itemref="doc:MailMessageButton"/>
<childrenBlocks itemref="doc:TaskStamp"/>
<childrenBlocks itemref="doc:CalendarStamp"/>
@@ -139,24 +138,6 @@
<event itemref="doc:NULL"/>
</ToolbarItem>
- <ToolbarItem itsName="Triage">
- <blockName>Triage</blockName>
- <title>Triage</title>
- <toolbarItemKind>Choice</toolbarItemKind>
- <helpString>Mark Item to be done now or later, etc</helpString>
- <prototype itemref="doc:TriageChoice"/>
- <event itemref="doc:NULL"/>
- </ToolbarItem>
-
- <!-- prototype for the above ToolbarItem -->
- <Choice itemName="TriageChoice">
- <choices>Processing</choices>
- <choices>Deferred until</choices>
- <choices>Processed</choices>
- <choices>Junk</choices>
- <choices>Trash</choices>
- </Choice>
-
<ToolbarItem itsName="MailMessageButton"
itemClass="osaf.framework.blocks.detail.Detail.MailMessageButton">
<blockName>MailMessageButton</blockName>
More information about the Commits
mailing list