1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="types.xsl"?> |
---|
3 | <object name="ScratchCardBatchesFolder" |
---|
4 | meta_type="CPS Flexible Type Information" |
---|
5 | xmlns:i18n="http://xml.zope.org/namespaces/i18n"> |
---|
6 | <property name="title">WAeUP Scratchcard Batch</property> |
---|
7 | <property name="description"></property> |
---|
8 | <property name="content_icon"></property> |
---|
9 | <property name="content_meta_type">ScratchCardBatchesFolder</property> |
---|
10 | <property name="product">WAeUP_SRP</property> |
---|
11 | <property name="factory">addScratchCardBatchesFolder</property> |
---|
12 | <property name="immediate_view">folder_view</property> |
---|
13 | <property name="global_allow">True</property> |
---|
14 | <property name="filter_content_types">True</property> |
---|
15 | <property name="allowed_content_types"> |
---|
16 | <element value="ScratchCardBatch"/> |
---|
17 | </property> |
---|
18 | <property name="allow_discussion">False</property> |
---|
19 | <property name="cps_is_searchable">False</property> |
---|
20 | <property name="cps_proxy_type">folder</property> |
---|
21 | <property name="cps_display_as_document_in_listing">True</property> |
---|
22 | <property name="schemas"/> |
---|
23 | <property name="layouts"/> |
---|
24 | <property name="layout_clusters"/> |
---|
25 | <property name="flexible_layouts"/> |
---|
26 | <property name="storage_methods"/> |
---|
27 | <property name="cps_is_portlet">False</property> |
---|
28 | <alias from="(Default)" to="search_pins"/> |
---|
29 | <alias from="create_do" to=""/> |
---|
30 | <alias from="created" to=""/> |
---|
31 | <alias from="view" to="search_pins"/> |
---|
32 | <action title="View" action_id="view" category="object" |
---|
33 | condition_expr="" url_expr="string:${object_url}/search_pins" |
---|
34 | visible="True"> |
---|
35 | <permission value="View"/> |
---|
36 | </action> |
---|
37 | <action title="Add Scratch Card Batch " action_id="new_entry" |
---|
38 | category="object" condition_expr="" |
---|
39 | url_expr="string:${object/absolute_url}/content_create?type_name=ScratchCardBatch" |
---|
40 | visible="True"> |
---|
41 | <permission value="Modify portal content"/> |
---|
42 | </action> |
---|
43 | <action title="Delegate" action_id="localroles" category="object" |
---|
44 | condition_expr="here/isSectionOfficer" url_expr="string:${object_url}/folder_localrole_form" |
---|
45 | visible="True"> |
---|
46 | <permission value="Modify portal content"/> |
---|
47 | </action> |
---|
48 | <action title="PIN Batches" action_id="import_pin_batches" category="import" |
---|
49 | condition_expr="here/isSectionManager" url_expr="string:${object_url}/importPinBatch" |
---|
50 | visible="True"> |
---|
51 | <permission value="View"/> |
---|
52 | </action> |
---|
53 | </object> |
---|