ALF-4344: F72/73 Scheduling Service Data Model

- missing file

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21810 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2010-08-16 14:47:17 +00:00
parent 261cb71aea
commit 4f25d66103

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0">
<cm:folder xmlns="" xmlns:app="http://www.alfresco.org/model/application/1.0" xmlns:d="http://www.alfresco.org/model/dictionary/1.0" xmlns:cm="http://www.alfresco.org/model/content/1.0" xmlns:view="http://www.alfresco.org/view/repository/1.0" view:childName="cm:Scheduled Actions">
<view:aspects>
<app:uifacets></app:uifacets>
<cm:titled></cm:titled>
</view:aspects>
<view:properties>
<app:icon>space-icon-default</app:icon>
<cm:name>Scheduled Actions</cm:name>
<cm:title>
<view:mlvalue view:locale="en_US">Scheduled Actions</view:mlvalue>
</cm:title>
<cm:description>
<view:mlvalue view:locale="en_US">Schedule of when persistent actions are executed</view:mlvalue>
</cm:description>
</view:properties>
</cm:folder>
</view:view>