[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_issue_followup_form.pt:1.5

Ken Manheimer klm@zope.com
Fri, 12 Oct 2001 14:10:09 -0400


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

Modified Files:
	collector_issue_followup_form.pt 
Log Message:
Use new macro add_artifacts_table.


=== CMF/CMFCollector/skins/collector/collector_issue_followup_form.pt 1.4 => 1.5 ===
       </tr>
 
-      <span tal:replace="nothing">
-         (Comment: 'artifacts' is global in issue_header macro)
-      </span>
-
-      <tr tal:condition="artifacts">
-        <td colspan="2">
-          Check the artifacts whose URLs you want included in the change
-          notice:
-        </td>
-      </tr>
-
     </table>
 
-    <table>
+    <div metal:use-macro="here/collector_macros/macros/add_artifacts_table">
+       add_artifacts_excerpt
+    </div>
 
       <tr>
-        <th align="left" valign="top"> Add </th>
-        <td align="left" NOWRAP>
-          <input type=radio name="filetype" value="File" checked> File or
-          <br>
-          <input type=radio name="filetype" value="Image"> Image
-        </td>
-        <td> <input type=file name="file" size="35"> </td>
-        <th align="right"> Id: </th>
-        <td> <input type=text name="fileid" size="15"> </td>
-      </tr>
-      <tr>
         <td colspan="5">
             <input type="submit" name="submit" value="Submit">
         </td>
       </tr>
 
-    </table>
-
   </form>
 
 </div>
+
 </body>
 </html>