[CMF-checkins]
SVN: CMF/branches/2.0/CMFCore/dtml/manageActionProviders.dtml
- The Actions Tool Action Providers ZMI tab now shows the action IDs
Jens Vagelpohl
jens at dataflake.org
Tue Jul 25 08:43:29 EDT 2006
Log message for revision 69252:
- The Actions Tool Action Providers ZMI tab now shows the action IDs
provided by each listed provider.
(http://www.zope.org/Collectors/CMF/447)
Changed:
U CMF/branches/2.0/CMFCore/dtml/manageActionProviders.dtml
-=-
Modified: CMF/branches/2.0/CMFCore/dtml/manageActionProviders.dtml
===================================================================
--- CMF/branches/2.0/CMFCore/dtml/manageActionProviders.dtml 2006-07-25 12:42:54 UTC (rev 69251)
+++ CMF/branches/2.0/CMFCore/dtml/manageActionProviders.dtml 2006-07-25 12:43:28 UTC (rev 69252)
@@ -27,7 +27,16 @@
value="&dtml-sequence-item;" />
<a href="../&dtml-sequence-item;/manage_workspace">
&dtml-sequence-item;
- </a>
+ </a> provides:
+ <dtml-in "_.getitem(_['sequence-item'], 0).listActions()">
+ <dtml-if sequence-start>
+ <ul>
+ </dtml-if>
+ <li><dtml-var id></li>
+ <dtml-if sequence-end>
+ </ul>
+ </dtml-if>
+ </dtml-in>
</td>
</tr>
</dtml-in>
More information about the CMF-checkins
mailing list