1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="types.xsl"?> |
---|
3 | <object name="StudentApplication" meta_type="CPS Flexible Type Information" |
---|
4 | xmlns:i18n="http://xml.zope.org/namespaces/i18n"> |
---|
5 | <property name="title">WAeUP Student Application Data</property> |
---|
6 | <property name="description"></property> |
---|
7 | <property name="content_icon"></property> |
---|
8 | <property name="content_meta_type">StudentApplication</property> |
---|
9 | <property name="product">WAeUP_SRP</property> |
---|
10 | <property name="factory">addStudentApplication</property> |
---|
11 | <property name="immediate_view">waeup_document_view</property> |
---|
12 | <property name="global_allow">True</property> |
---|
13 | <property name="filter_content_types">True</property> |
---|
14 | <property name="allowed_content_types"/> |
---|
15 | <property name="allow_discussion">False</property> |
---|
16 | <property name="cps_is_searchable">False</property> |
---|
17 | <property name="cps_proxy_type">folder</property> |
---|
18 | <property name="cps_display_as_document_in_listing">True</property> |
---|
19 | <property name="schemas"> |
---|
20 | <element value="student_application"/> |
---|
21 | </property> |
---|
22 | <property name="layouts"> |
---|
23 | <element value="student_application"/> |
---|
24 | </property> |
---|
25 | <property name="layout_clusters"/> |
---|
26 | <property name="flexible_layouts"/> |
---|
27 | <property name="storage_methods"/> |
---|
28 | <property name="cps_is_portlet">False</property> |
---|
29 | <alias from="(Default)" to="student_index"/> |
---|
30 | <alias from="view" to="student_index"/> |
---|
31 | <action title="View" action_id="view" category="object" |
---|
32 | condition_expr="" url_expr="string:${object_url}/student_index" |
---|
33 | visible="True"> |
---|
34 | <permission value="View"/> |
---|
35 | </action> |
---|
36 | <action title="action_edit" action_id="edit" category="object" |
---|
37 | condition_expr="" url_expr="string:${object_url}/waeup_edit_form" |
---|
38 | visible="True"> |
---|
39 | <permission value="Modify portal content"/> |
---|
40 | </action> |
---|
41 | </object> |
---|