source: WAeUP_SRP/trunk/profiles/default/types/StudentStudyLevel.xml

Last change on this file was 3689, checked in by Henrik Bettermann, 16 years ago

New BASE and EXTENSION profiles

File size: 1.9 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="types.xsl"?>
3<object name="StudentStudyLevel" meta_type="CPS Flexible Type Information"
4   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5 <property name="title">WAeUP Study Level Folder</property>
6 <property name="description"></property>
7 <property name="content_icon"></property>
8 <property name="content_meta_type">StudentStudyLevel</property>
9 <property name="product">WAeUP_SRP</property>
10 <property name="factory">addStudentStudyLevel</property>
11 <property name="immediate_view">student_index</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="StudentPastoralReport"/>
16 </property>
17 <property name="allow_discussion">False</property>
18 <property name="cps_is_searchable">False</property>
19 <property name="cps_proxy_type">btreefolder</property>
20 <property name="cps_display_as_document_in_listing">True</property>
21 <property name="schemas">
22  <element value="student_study_level"/>
23 </property>
24 <property name="layouts">
25  <element value="student_study_level"/>
26 </property>
27 <property name="layout_clusters"/>
28 <property name="flexible_layouts"/>
29 <property name="storage_methods"/>
30 <property name="cps_is_portlet">False</property>
31 <alias from="(Default)" to="student_index"/>
32 <alias from="create_do" to="waeup_document_create_do"/>
33 <alias from="view" to="student_index"/>
34 <action title="View" action_id="view" category="object" condition_expr=""
35    url_expr="string:${object_url}/student_index" visible="True">
36  <permission value="View"/>
37 </action>
38 <action title="Add Pastoral Report" action_id="new_entry" category="object"
39    condition_expr=""
40    url_expr="string:${object_url}/content_create?type_name=StudentPastoralReport"
41    visible="True">
42  <permission value="Add portal content"/>
43 </action>
44</object>
45
46
47
Note: See TracBrowser for help on using the repository browser.