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

Shane Hathaway shane at zope.com
Wed Feb 4 15:35:21 EST 2004


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

Modified Files:
	workflow_properties.dtml 
Log Message:
Added allowCreate(), which can prevent the creation of object instances.


=== CMF/DCWorkflow/dtml/workflow_properties.dtml 1.2 => 1.3 ===
--- CMF/DCWorkflow/dtml/workflow_properties.dtml:1.2	Wed Jan 28 17:05:12 2004
+++ CMF/DCWorkflow/dtml/workflow_properties.dtml	Wed Feb  4 15:35:21 2004
@@ -23,7 +23,17 @@
 </td>
 </tr>
 
+<tr>
+<th align="left" valign="top">Instance creation conditions</th>
+<td>
+ <dtml-with getGuard>
+  <dtml-var guardForm>
+ </dtml-with>
+</td>
+</tr>
+
 </table>
+
 <input type="submit" name="submit" value="Save changes" />
 </form>
 <dtml-var manage_page_footer>




More information about the CMF-checkins mailing list