|
4 | 4 | name="MeetingNotes" |
5 | 5 | i18n:domain="kitconcept.plate" |
6 | 6 | > |
7 | | - <property |
8 | | - name="title" |
9 | | - i18n:translate="" |
10 | | - >Meeting Notes</property> |
11 | | - <property |
12 | | - name="description" |
13 | | - i18n:translate="" |
14 | | - >Structured notes for meetings.</property> |
| 7 | + <property name="title" |
| 8 | + i18n:translate="" |
| 9 | + >Meeting Notes</property> |
| 10 | + <property name="description" |
| 11 | + i18n:translate="" |
| 12 | + >Structured notes for meetings.</property> |
15 | 13 |
|
16 | 14 | <property name="allow_discussion">False</property> |
17 | 15 | <property name="factory">MeetingNotes</property> |
|
28 | 26 | <property name="model_file" /> |
29 | 27 | <property name="model_source" /> |
30 | 28 |
|
31 | | - <property |
32 | | - name="behaviors" |
33 | | - purge="false" |
| 29 | + <property name="behaviors" |
| 30 | + purge="false" |
34 | 31 | > |
35 | 32 | <element value="plone.namefromtitle" /> |
36 | 33 | <element value="plone.excludefromnavigation" /> |
|
50 | 47 | <element value="view" /> |
51 | 48 | </property> |
52 | 49 |
|
53 | | - <alias |
54 | | - from="(Default)" |
55 | | - to="(dynamic view)" |
56 | | - /> |
57 | | - <alias |
58 | | - from="edit" |
59 | | - to="@@edit" |
60 | | - /> |
61 | | - <alias |
62 | | - from="sharing" |
63 | | - to="@@sharing" |
64 | | - /> |
65 | | - <alias |
66 | | - from="view" |
67 | | - to="(selected layout)" |
68 | | - /> |
| 50 | + <alias from="(Default)" |
| 51 | + to="(dynamic view)" |
| 52 | + /> |
| 53 | + <alias from="edit" |
| 54 | + to="@@edit" |
| 55 | + /> |
| 56 | + <alias from="sharing" |
| 57 | + to="@@sharing" |
| 58 | + /> |
| 59 | + <alias from="view" |
| 60 | + to="(selected layout)" |
| 61 | + /> |
69 | 62 |
|
70 | | - <action |
71 | | - action_id="view" |
72 | | - category="object" |
73 | | - condition_expr="" |
74 | | - icon_expr="string:toolbar-action/view" |
75 | | - title="View" |
76 | | - url_expr="string:${object_url}" |
77 | | - visible="True" |
78 | | - i18n:attributes="title" |
| 63 | + <action action_id="view" |
| 64 | + category="object" |
| 65 | + condition_expr="" |
| 66 | + icon_expr="string:toolbar-action/view" |
| 67 | + title="View" |
| 68 | + url_expr="string:${object_url}" |
| 69 | + visible="True" |
| 70 | + i18n:attributes="title" |
79 | 71 | > |
80 | 72 | <permission value="View" /> |
81 | 73 | </action> |
82 | | - <action |
83 | | - action_id="edit" |
84 | | - category="object" |
85 | | - condition_expr="not:object/@@plone_lock_info/is_locked_for_current_user|python:True" |
86 | | - icon_expr="string:toolbar-action/edit" |
87 | | - title="Edit" |
88 | | - url_expr="string:${object_url}/edit" |
89 | | - visible="True" |
90 | | - i18n:attributes="title" |
| 74 | + <action action_id="edit" |
| 75 | + category="object" |
| 76 | + condition_expr="not:object/@@plone_lock_info/is_locked_for_current_user|python:True" |
| 77 | + icon_expr="string:toolbar-action/edit" |
| 78 | + title="Edit" |
| 79 | + url_expr="string:${object_url}/edit" |
| 80 | + visible="True" |
| 81 | + i18n:attributes="title" |
91 | 82 | > |
92 | 83 | <permission value="Modify portal content" /> |
93 | 84 | </action> |
|
0 commit comments