[CMF-checkins] CVS: CMF/DCWorkflow/dtml - transition_properties.dtml:1.3 state_properties.dtml:1.2

Chris Withers chrisw@nipltd.com
Thu, 24 Oct 2002 11:04:51 -0400


Update of /cvs-repository/CMF/DCWorkflow/dtml
In directory cvs.zope.org:/tmp/cvs-serv25955/dtml

Modified Files:
	transition_properties.dtml state_properties.dtml 
Log Message:
Added descriptions to transitions and states.

=== CMF/DCWorkflow/dtml/transition_properties.dtml 1.2 => 1.3 ===
--- CMF/DCWorkflow/dtml/transition_properties.dtml:1.2	Wed Oct 24 14:26:26 2001
+++ CMF/DCWorkflow/dtml/transition_properties.dtml	Thu Oct 24 11:04:50 2002
@@ -15,6 +15,11 @@
 </tr>
 
 <tr>
+<th align="left">Description</th>
+<td><textarea name="description" rows="6" cols="35">&dtml-description;</textarea></td>
+</tr>
+
+<tr>
 <th align="left">Destination state</th>
 <td>
  <select name="new_state_id" size="1">


=== CMF/DCWorkflow/dtml/state_properties.dtml 1.1 => 1.2 ===
--- CMF/DCWorkflow/dtml/state_properties.dtml:1.1	Mon Jun 11 15:33:47 2001
+++ CMF/DCWorkflow/dtml/state_properties.dtml	Thu Oct 24 11:04:50 2002
@@ -15,6 +15,11 @@
 </tr>
 
 <tr>
+<th align="left">Description</th>
+<td><textarea name="description" rows="6" cols="35">&dtml-description;</textarea></td>
+</tr>
+
+<tr>
 <th align="left" valign="top">Possible Transitions</th>
 <td>
  <dtml-in getAvailableTransitionIds sort>