1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="types.xsl"?> |
---|
3 | <object name="StudentStudyCourse" meta_type="CPS Flexible Type Information" |
---|
4 | xmlns:i18n="http://xml.zope.org/namespaces/i18n"> |
---|
5 | <property name="title">Student Study Course</property> |
---|
6 | <property name="description"></property> |
---|
7 | <property name="content_icon">student.gif</property> |
---|
8 | <property name="content_meta_type">StudentStudyCourse</property> |
---|
9 | <property name="product">WAeUP_SRP</property> |
---|
10 | <property name="factory">addStudentStudyCourse</property> |
---|
11 | <property name="immediate_view">folder_view</property> |
---|
12 | <property name="global_allow">True</property> |
---|
13 | <property name="filter_content_types">True</property> |
---|
14 | <property name="allowed_content_types"> |
---|
15 | <element value="StudentStudyLevel"/> |
---|
16 | </property> |
---|
17 | <property name="allow_discussion">False</property> |
---|
18 | <property name="cps_is_searchable">False</property> |
---|
19 | <property name="cps_proxy_type">folder</property> |
---|
20 | <property name="cps_display_as_document_in_listing">True</property> |
---|
21 | <property name="schemas"> |
---|
22 | <element value="student_study_course"/> |
---|
23 | </property> |
---|
24 | <property name="layouts"> |
---|
25 | <element value="student_study_course"/> |
---|
26 | </property> |
---|
27 | <property name="layout_clusters"> |
---|
28 | <element value=""/> |
---|
29 | </property> |
---|
30 | <property name="flexible_layouts"/> |
---|
31 | <property name="storage_methods"/> |
---|
32 | <property name="cps_is_portlet">False</property> |
---|
33 | <alias from="(Default)" to="student_index"/> |
---|
34 | <alias from="view" to="student_index"/> |
---|
35 | <action title="View" action_id="view" category="object" condition_expr="" |
---|
36 | url_expr="string:${object_url}/student_index" visible="True"> |
---|
37 | <permission value="View"/> |
---|
38 | </action> |
---|
39 | <action title="action_edit" action_id="edit" category="object" condition_expr="" |
---|
40 | url_expr="string:${object_url}/waeup_edit_form" visible="True"> |
---|
41 | <permission value="Modify portal content"/> |
---|
42 | </action> |
---|
43 | <action title="Delegate" action_id="localroles" category="object" |
---|
44 | condition_expr="" url_expr="string:${object_url}/folder_localrole_form" |
---|
45 | visible="False"> |
---|
46 | <permission value="Modify portal content"/> |
---|
47 | </action> |
---|
48 | <action title="Add Level" action_id="new_entry" category="object" |
---|
49 | condition_expr="" |
---|
50 | url_expr="string:${object/absolute_url}/content_create?type_name=StudentStudyLevel" |
---|
51 | visible="False"> |
---|
52 | <permission value="Add portal content"/> |
---|
53 | </action> |
---|
54 | <action title="Transcript (provisional)" action_id="transcript" |
---|
55 | category="object" condition_expr="" |
---|
56 | url_expr="string:${object_url}/transcript_view" visible="False"> |
---|
57 | <permission value="Modify portal content"/> |
---|
58 | </action> |
---|
59 | </object> |
---|