[Checkins] SVN: Products.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml - tweaking

Yvo Schubbe cvs-admin at zope.org
Tue Jul 24 05:55:00 UTC 2012


Log message for revision 127380:
  - tweaking

Changed:
  U   Products.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml

-=-
Modified: Products.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml
===================================================================
--- Products.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml	2012-07-23 19:53:40 UTC (rev 127379)
+++ Products.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml	2012-07-24 05:54:55 UTC (rev 127380)
@@ -4,7 +4,8 @@
  <property name="title" i18n:translate="">Topic</property>
  <property name="description"
     i18n:translate="">Topics are canned queries for organizing content with up to date queries into the catalog.</property>
- <property name="icon_expr">string:${portal_url}/++resource++topic_icon.gif</property>
+ <property
+    name="icon_expr">string:${portal_url}/++resource++topic_icon.gif</property>
  <property name="content_meta_type">Portal Topic</property>
  <property name="product"></property>
  <property name="factory">cmf.topic</property>
@@ -17,9 +18,9 @@
   <element value="Topic"/>
  </property>
  <property name="allow_discussion">False</property>
- <alias from="(Default)" to="view.html"/>
- <alias from="index.html" to="view.html"/>
- <alias from="view" to="view.html"/>
+ <alias from="(Default)" to="@@view.html"/>
+ <alias from="index.html" 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" link_target=""
     url_expr="string:${object_url}" visible="True">



More information about the checkins mailing list