[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_issue_followup_form.pt:1.3
Ken Manheimer
klm@zope.com
Fri, 12 Oct 2001 10:45:18 -0400
Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv5978
Modified Files:
collector_issue_followup_form.pt
Log Message:
Including the artifacts upload form, and removing the "include
artifacts URL" checkboxes for now - i suspect they're unnecessary and
hence clutter. People can just copy the URL's into their comments, if
they need to direct attention there.
=== CMF/CMFCollector/skins/collector/collector_issue_followup_form.pt 1.2 => 1.3 ===
</tr>
- <tr tal:condition="artifacts">
- <td colspan="2">
- <span tal:repeat="item artifacts">
- <input type="checkbox" name="attachments:list" value="ID"
- tal:attributes="value item/id">
- <a href="ITEM URL"
- tal:attributes="href python:item.absolute_url() + '/view'"
- tal:content="item/id">ITEM ID</a>
- </span>
+ </table>
+
+ <table>
+
+ <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 align="center" colspan=2>
- <input type="submit" name="submit" value="Submit">
+ <td colspan="5">
+ <input type="submit" name="submit" value="Submit">
</td>
</tr>