[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/dtml/editToolsActions.dtml Reverted to include deprecation message.

Charlie Clark charlie at begeistert.org
Fri Apr 9 08:57:18 EDT 2010


Log message for revision 110701:
  Reverted to include deprecation message.

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/dtml/editToolsActions.dtml

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/dtml/editToolsActions.dtml
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/dtml/editToolsActions.dtml	2010-04-09 09:00:00 UTC (rev 110700)
+++ Products.CMFCore/trunk/Products/CMFCore/dtml/editToolsActions.dtml	2010-04-09 12:57:17 UTC (rev 110701)
@@ -13,6 +13,16 @@
 </dtml-let>
 <dtml-var manage_tabs>
 
+<p>
+    <span style="{Color:red}" class="form-label">DEPRECATION WARNING</span><br/>
+    <span class="form-help">
+    Storing actions here is deprecated. Please move to using Action and 
+    Action Category objects. See the CMF ActionsTool implementation for
+    details. Starting with CMF 2.4, the "Actions" tab will no longer be
+    shown for tools provided by the CMF.
+    </span>
+</p>
+
 <form action="&dtml-absolute_url;" method="POST">
 
 <dtml-if actions>



More information about the checkins mailing list