[CMF-checkins] SVN: CMF/branches/1.5/C - The Actions Tool Action Providers ZMI tab now shows the action IDs

Jens Vagelpohl jens at dataflake.org
Tue Jul 25 08:42:22 EDT 2006


Log message for revision 69250:
  - 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/1.5/CHANGES.txt
  U   CMF/branches/1.5/CMFCore/dtml/manageActionProviders.dtml

-=-
Modified: CMF/branches/1.5/CHANGES.txt
===================================================================
--- CMF/branches/1.5/CHANGES.txt	2006-07-24 13:25:47 UTC (rev 69249)
+++ CMF/branches/1.5/CHANGES.txt	2006-07-25 12:42:20 UTC (rev 69250)
@@ -27,6 +27,13 @@
       fix (universal line-endings support) is now used here too.
       (http://www.zope.org/Collectors/CMF/403)
 
+  Other:
+
+    - The Actions Tool Action Providers ZMI tab now shows the action IDs
+      provided by each listed provider.
+      (http://www.zope.org/Collectors/CMF/447)
+
+
 CMF 1.5.6 (2006/02/26)
   
   Bug Fixes

Modified: CMF/branches/1.5/CMFCore/dtml/manageActionProviders.dtml
===================================================================
--- CMF/branches/1.5/CMFCore/dtml/manageActionProviders.dtml	2006-07-24 13:25:47 UTC (rev 69249)
+++ CMF/branches/1.5/CMFCore/dtml/manageActionProviders.dtml	2006-07-25 12:42:20 UTC (rev 69250)
@@ -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