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

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

New BASE and EXTENSION profiles

File size: 2.1 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="types.xsl"?>
3<object name="AccoHall" meta_type="CPS Flexible Type Information"
4   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5 <property name="title">WAeUP AccoHall</property>
6 <property name="description"></property>
7 <property name="content_icon">student.gif</property>
8 <property name="content_meta_type">AccoHall</property>
9 <property name="product">WAeUP_SRP</property>
10 <property name="factory">addAccoHall</property>
11 <property name="immediate_view">acco_folder_index</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">True</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="metadata"/>
21  <element value="common"/>
22  <element value="acco_hall"/>
23 </property>
24 <property name="layouts">
25  <element value="acco_hall"/>
26 </property>
27 <property name="layout_clusters">
28  <element value="metadata:metadata"/>
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="acco_folder_index"/>
34 <alias from="view" to="acco_folder_index"/>
35 <action title="View" action_id="view" category="object" condition_expr=""
36    url_expr="string:${object_url}/acco_folder_index" visible="True">
37  <permission value="View"/>
38 </action>
39 <action title="action_edit" action_id="edit" category="object"
40    condition_expr="" url_expr="string:${object_url}/waeup_edit_form"
41    visible="True">
42  <permission value="Modify portal content"/>
43 </action>
44 <action title="Allocate/Release Reserved Bed" action_id="allocate_reserved_bed" category="object"
45    condition_expr="" url_expr="string:${object_url}/allocate_reserved_bed"
46    visible="True">
47  <permission value="Modify portal content"/>
48 </action>
49</object>
Note: See TracBrowser for help on using the repository browser.