[CMF-checkins] CVS: Products/DCWorkflow/dtml - transition_properties.dtml:1.6 transitions.dtml:1.5

Yvo Schubbe y.2004_ at wcm-solutions.de
Tue Aug 24 17:13:29 EDT 2004


Update of /cvs-repository/Products/DCWorkflow/dtml
In directory cvs.zope.org:/tmp/cvs-serv4771/DCWorkflow/dtml

Modified Files:
	transition_properties.dtml transitions.dtml 
Log Message:
- removed WorkflowMethod wrappers
- marked WorkflowMethod deprecated on CMF-1_5-branch and removed it on the HEAD


=== Products/DCWorkflow/dtml/transition_properties.dtml 1.5 => 1.6 ===
--- Products/DCWorkflow/dtml/transition_properties.dtml:1.5	Sat Feb  1 19:31:54 2003
+++ Products/DCWorkflow/dtml/transition_properties.dtml	Tue Aug 24 17:12:59 2004
@@ -56,16 +56,6 @@
 </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">Script (before)</th>
 <td>
 <select name="script_name">


=== Products/DCWorkflow/dtml/transitions.dtml 1.4 => 1.5 ===
--- Products/DCWorkflow/dtml/transitions.dtml:1.4	Thu Jul 11 15:18:16 2002
+++ Products/DCWorkflow/dtml/transitions.dtml	Tue Aug 24 17:12:59 2004
@@ -17,8 +17,7 @@
   <td>
    Destination state: <code><dtml-if new_state_id>&dtml-new_state_id;<dtml-else>(Remain in state)</dtml-if></code> <br />
    Trigger: <dtml-var expr="(trigger_type == 0 and 'Automatic') or
-                            (trigger_type == 1 and 'User action') or
-                            (trigger_type == 2 and 'WorkflowMethod')">
+                            (trigger_type == 1 and 'User action')">
    <br />
    <dtml-if script_name>
      Script (before): &dtml-script_name;



More information about the CMF-checkins mailing list