[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_issue_edit_form.pt:1.12

Ken Manheimer klm@zope.com
Fri, 8 Mar 2002 15:39:28 -0500


Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv24718

Modified Files:
	collector_issue_edit_form.pt 
Log Message:
Add "stealthy" option, so issues can be edited without leaving an
overt trace - no new comment (even if the comment is filled in).


=== CMF/CMFCollector/skins/collector/collector_issue_edit_form.pt 1.11 => 1.12 ===
 
       <tr>
+        <td>
+          <table>
+            <tr>
+              <th align="left"> Stealthy? </th>
+              <td width="100%">
+                <input type="checkbox" name="stealthy" />
+                  (Comment will be disregarded)
+              </td>
+            </tr>
+          </table>
+        </td>
+      </tr>
+
+      <tr>
         <th> Edit Transcript </th>
       </tr>
       <tr tal:define="transcript here/get_transcript">