[CMF-checkins] CVS: CMF/CMFCore/dtml - explainActionsTool.dtml:1.2 manageActionProviders.dtml:1.4
Yvo Schubbe
schubbe@web.de
Tue, 4 Feb 2003 17:29:44 -0500
Update of /cvs-repository/CMF/CMFCore/dtml
In directory cvs.zope.org:/tmp/cvs-serv3256/CMFCore/dtml
Modified Files:
explainActionsTool.dtml manageActionProviders.dtml
Log Message:
Merged yuppie-buglets1-branch:
- Fixed buglets. (Collector #94 and #95)
- Removed string functions and useless imports.
=== CMF/CMFCore/dtml/explainActionsTool.dtml 1.1 => 1.2 ===
--- CMF/CMFCore/dtml/explainActionsTool.dtml:1.1 Thu May 10 23:38:29 2001
+++ CMF/CMFCore/dtml/explainActionsTool.dtml Tue Feb 4 17:29:42 2003
@@ -8,13 +8,14 @@
being viewed). These actions are drawn from several sources:
<ul>
- <li> the actions tool itself, for "global" actions; </li>
+ <li> the actions tool itself, for "global" actions (optional);</li>
<li> the workflow tool, for actions which depend on the
- workflow state of the content object; </li>
+ workflow state of the content object (optional);</li>
<li> the membership tool, for actions which depend on the
- member or user; </li>
+ member or user (optional);</li>
<li> the types tool, for actions which are specific to a given
- content type. </li>
+ content type (hardwired);</li>
+ <li> other action providers (optional).</li>
</ul>
</p>
=== CMF/CMFCore/dtml/manageActionProviders.dtml 1.3 => 1.4 ===
--- CMF/CMFCore/dtml/manageActionProviders.dtml:1.3 Mon Jul 1 16:50:44 2002
+++ CMF/CMFCore/dtml/manageActionProviders.dtml Tue Feb 4 17:29:42 2003
@@ -13,6 +13,10 @@
</dtml-let>
<dtml-var manage_tabs>
+<p>Content type specific actions of portal_types are always queried by this
+ tool. The usage of other action providers and of portal_types' global
+ actions is configurable here.</p>
+
<form action="manage_aproviders" method="POST">
<table>
<tr>
@@ -24,12 +28,12 @@
<input type="checkbox" name="chosen:list"
value="&dtml-sequence-item;">
&dtml-sequence-item;
- </td>
- </tr>
- </dtml-in>
+ </td>
+ </tr>
+ </dtml-in>
<tr>
- <td><input type="text" name="apname" value="" size="20"></td>
+ <td><input type="text" name="apname" value="" size="20"></td>
</tr>
<tr>
@@ -39,7 +43,7 @@
</td>
</tr>
- </table>
+</table>
</form>
</body>
</html>