[Erp5-report] r15688 - /erp5/trunk/products/ERP5/dtml/interaction_properties.dtml

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 16 02:48:03 CEST 2007


Author: jp
Date: Thu Aug 16 02:48:02 2007
New Revision: 15688

URL: http://svn.erp5.org?rev=15688&view=rev
Log:
I think we never use automatic in interaction workflows. If someone still needs it, let me know.

Modified:
    erp5/trunk/products/ERP5/dtml/interaction_properties.dtml

Modified: erp5/trunk/products/ERP5/dtml/interaction_properties.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/dtml/interaction_properties.dtml?rev=15688&r1=15687&r2=15688&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/dtml/interaction_properties.dtml (original)
+++ erp5/trunk/products/ERP5/dtml/interaction_properties.dtml Thu Aug 16 02:48:02 2007
@@ -44,28 +44,13 @@
 </tr>
 
 <tr>
-<th align="left">Trigger type</th>
-<td>
-<dtml-let checked="trigger_type==0 and 'checked' or ' '">
-<input type="radio" name="trigger_type" value="0" &dtml-checked; />
-Automatic
-</dtml-let>
-</td>
+<th align="left">Trigger Method Id(s)</th>
+<td><input type="text" name="method_id" value="<dtml-var "' '.join(method_id)">" size="50" /></td>
 </tr>
 
 <tr>
-<th></th>
-<td>
-<dtml-let checked="trigger_type==2 and 'checked' or ' '">
-<input type="radio" name="trigger_type" value="2" &dtml-checked; />
-Initiated by WorkflowMethod
-</dtml-let>
-</td>
-</tr>
-
-<tr>
-<th align="left">Trigger Method Id(s)</th>
-<td><input type="text" name="method_id" value="<dtml-var "' '.join(method_id)">" size="50" /></td>
+<th align="left">Trigger once per transaction</th>
+<td><input type="checkbox" name="once_per_transaction:int" value="1" <dtml-if once_per_transaction>checked</dtml-if>/></td>
 </tr>
 
 <tr>




More information about the Erp5-report mailing list