[Erp5-report] r10408 - /erp5/trunk/products/CMFActivity/dtml/manageActivities.dtml

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 28 16:20:31 CEST 2006


Author: alex
Date: Thu Sep 28 16:20:21 2006
New Revision: 10408

URL: http://svn.erp5.org?rev=10408&view=rev
Log:
Added activity_kw to the list of displayed columns (makes understanding of
dependancy between activities easier).

Modified:
    erp5/trunk/products/CMFActivity/dtml/manageActivities.dtml

Modified: erp5/trunk/products/CMFActivity/dtml/manageActivities.dtml
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/dtml/manageActivities.dtml?rev=10408&r1=10407&r2=10408&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/dtml/manageActivities.dtml (original)
+++ erp5/trunk/products/CMFActivity/dtml/manageActivities.dtml Thu Sep 28 16:20:21 2006
@@ -35,6 +35,7 @@
     <th align="left" valign="top"></th>
     <th align="left" valign="top">Object</th>
     <th align="left" valign="top">Method Id</th>
+    <th align="left" valign="top">Activity Kw</th>
     <th align="left" valign="top">Arguments</th>
     <th align="left" valign="top">Named Parameters</th>
     <th align="left" valign="top">Processing Node</th>
@@ -46,8 +47,9 @@
         <td align="left" valign="top"><a href="manageCancel?object_path=<dtml-var "'/'.join(object_path)">&method_id=<dtml-var method_id>">Cancel</a> <a href="manageInvoke?object_path=<dtml-var "'/'.join(object_path)">&method_id=<dtml-var method_id>">Invoke</a></td>
         <td align="left" valign="top"><a href="<dtml-var "'/'.join(object_path)">"><dtml-var "'/'.join(object_path)"></a></td>
         <td align="left" valign="top"><dtml-var method_id></td>
+        <td align="left" valign="top"><dtml-var "_.str(activity_kw)[1:-1]"></td>
         <dtml-try>
-          <td align="left" valign="top"><dtml-var "','.join(args)"></td>
+          <td align="left" valign="top"><dtml-var "', '.join(args)"></td>
         <dtml-except>
           <th align="left" valign="top">Not printable</th>
         </dtml-try>




More information about the Erp5-report mailing list