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

Ken Manheimer klm@zope.com
Tue, 30 Oct 2001 19:50:38 -0500


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

Modified Files:
	collector_add_issue_form.pt 
Log Message:
Added warning to anonymous submitters that they will not be able to
directly do an issue followup.


=== CMF/CMFCollector/skins/collector/collector_add_issue_form.pt 1.11 => 1.12 ===
          <input type="text" name="title" value="" size="40">
         </td>
-        <td colspan="3">
+          <td colspan="3">
             <input type=hidden name="security_related:boolean" value="">
             <input type=checkbox name="security_related:boolean">
             Security Related?
             <br>
-              <font size="-1" color="gray">
-                If checked, issue will <em>not</em> be publicly visible until
-                completed. 
-              </font>
-        </td>
-       </tr>
+            <font size="-1" color="gray">
+              If checked, issue will <em>not</em> be publicly visible until
+              completed. 
+            </font>
+          </td>
+        </tr>
 
         <tr>
           <th valign="middle" align="right"> Submitter </th>
@@ -67,6 +67,16 @@
             <input type="text" name="submitter_email" size="30"
                    tal:attributes="value python: member.getProperty('email',
                                                                     '')">
+          </td>
+        </tr>
+
+        <tr tal:condition="not: authenticated">
+          <td> &nbsp; </td>
+          <td colspan="3">
+            <font color="brown" size="-1">
+              NOTE that anonymous-submitted issues do not provide submitter
+              followup.
+            </font>
           </td>
         </tr>