mini sucess
This commit is contained in:
@@ -47,15 +47,33 @@
|
||||
<!--
|
||||
DocumentDetailsModel:
|
||||
-->
|
||||
<X>
|
||||
<Section>
|
||||
<ModelX>
|
||||
<Section State="runnning">
|
||||
<Header>
|
||||
<Entry Caption="Active Projects" ItemType="TreeParentType"/>
|
||||
</Header>
|
||||
<data>
|
||||
</data>
|
||||
<Data>
|
||||
<Project Caption="@ProjectName" ItemType="TreeParentType"/>
|
||||
</Data>
|
||||
</Section>
|
||||
<Section State="planned">
|
||||
<Header>
|
||||
<Entry Caption="Planned Projects" ItemType="TreeParentType"/>
|
||||
</Header>
|
||||
<Data>
|
||||
<Project Caption="@ProjectName" ItemType="TreeParentType"/>
|
||||
</Data>
|
||||
</Section>
|
||||
<Section State="finished">
|
||||
<Header>
|
||||
<Entry Caption="Finished Projects" ItemType="TreeParentType"/>
|
||||
</Header>
|
||||
<Data>
|
||||
<Project Caption="@ProjectName" ItemType="TreeParentType"/>
|
||||
</Data>
|
||||
</Section>
|
||||
|
||||
</X>
|
||||
</ModelX>
|
||||
|
||||
|
||||
<DocumentDetailsModel>
|
||||
|
Reference in New Issue
Block a user