[CMF-checkins] CVS: CMF/DCWorkflow/dtml - workflow_properties.dtml:1.2

Shane Hathaway shane at zope.com
Wed Jan 28 17:05:12 EST 2004


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

Modified Files:
	workflow_properties.dtml 
Log Message:
Managers now have the option of bypassing guard conditions.

This is useful for debugging and emergencies.  Also took an opportunity to
add some missing docstrings.



=== CMF/DCWorkflow/dtml/workflow_properties.dtml 1.1 => 1.2 ===
--- CMF/DCWorkflow/dtml/workflow_properties.dtml:1.1	Mon Jun 11 15:33:47 2001
+++ CMF/DCWorkflow/dtml/workflow_properties.dtml	Wed Jan 28 17:05:12 2004
@@ -11,7 +11,16 @@
 
 <tr>
 <th align="left">Title</th>
-<td><input type="text" name="title" value="&dtml-title;"/></td>
+<td><input type="text" name="title" value="&dtml-title;" size="40" /></td>
+</tr>
+
+<tr>
+<th align="left">'Manager' role bypasses guards</th>
+<td>
+<dtml-let cb="manager_bypass and 'checked=\'checked\'' or ''">
+<input type="checkbox" name="manager_bypass" &dtml-cb; />
+</dtml-let>
+</td>
 </tr>
 
 </table>




More information about the CMF-checkins mailing list