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

Shane Hathaway shane at zope.com
Mon Feb 9 16:39:47 EST 2004


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

Modified Files:
	guard.dtml 
Log Message:
Added a pop-up expression reference and elaborated CHANGES.txt.


=== CMF/DCWorkflow/dtml/guard.dtml 1.2 => 1.3 ===
--- CMF/DCWorkflow/dtml/guard.dtml:1.2	Mon Jan 26 18:06:38 2004
+++ CMF/DCWorkflow/dtml/guard.dtml	Mon Feb  9 16:39:46 2004
@@ -1,3 +1,9 @@
+<script type="text/javascript">
+function guardExprDocs() {
+  window.open('guardExprDocs', '', 'width=640, height=480, resizable, scrollbars, status');
+}
+</script>
+
 <table>
 
 <tr>
@@ -12,7 +18,8 @@
 <tr>
 <th align="left">Expression</th>
 <td colspan="3">
- <input type="text" name="guard_expr" value="&dtml-getExprText;" size="50" />
+<input type="text" name="guard_expr" value="&dtml-getExprText;" size="50" />
+<a href="#" onclick="guardExprDocs(); return false;">[?]</a>
 </td>
 </tr>
 




More information about the CMF-checkins mailing list