[Checkins] SVN: Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml - updated profile

Yvo Schubbe y.2009 at wcm-solutions.de
Sat Nov 21 03:41:57 EST 2009


Log message for revision 105940:
  - updated profile

Changed:
  U   Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml

-=-
Modified: Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml
===================================================================
--- Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml	2009-11-21 08:18:28 UTC (rev 105939)
+++ Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml	2009-11-21 08:41:56 UTC (rev 105940)
@@ -5,11 +5,13 @@
  <property name="title" i18n:translate="">Event</property>
  <property name="description"
     i18n:translate="">Events are objects for use in Calendar topical queries on the catalog.</property>
- <property name="icon_expr">string:${portal_url}/++resource++event_icon.gif</property>
+ <property
+    name="icon_expr">string:${portal_url}/++resource++event_icon.gif</property>
  <property name="content_meta_type">CMF Event</property>
  <property name="product"></property>
  <property name="factory">cmf.calendar.event</property>
  <property name="add_view_expr">string:${folder_url}/++add++Event</property>
+ <property name="link_target"></property>
  <property name="immediate_view">edit.html</property>
  <property name="global_allow">True</property>
  <property name="filter_content_types">True</property>
@@ -18,12 +20,12 @@
  <alias from="(Default)" to="@@view.html"/>
  <alias from="view" to="@@view.html"/>
  <action title="View" action_id="view" category="object" condition_expr=""
-    icon_expr="string:${portal_url}/preview_icon.png"
+    icon_expr="string:${portal_url}/preview_icon.png" link_target=""
     url_expr="string:${object_url}" visible="True">
   <permission value="View"/>
  </action>
  <action title="Edit" action_id="edit" category="object" condition_expr=""
-    icon_expr="string:${portal_url}/edit_icon.png"
+    icon_expr="string:${portal_url}/edit_icon.png" link_target=""
     url_expr="string:${object_url}/edit.html" visible="True">
   <permission value="Change portal events"/>
  </action>



More information about the checkins mailing list