[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_issue_followup_form.pt:1.20
Ken Manheimer
klm@zope.com
Tue, 10 Sep 2002 16:30:20 -0400
Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv9860
Modified Files:
collector_issue_followup_form.pt
Log Message:
Make the artifacts-upload fragment and submit button arranged more
like those on the collector_add_issue_form - ensuring that the submit
button is retained more closely with the rest of the form.
=== CMF/CMFCollector/skins/collector/collector_issue_followup_form.pt 1.19 => 1.20 ===
--- CMF/CMFCollector/skins/collector/collector_issue_followup_form.pt:1.19 Tue Dec 11 15:32:35 2001
+++ CMF/CMFCollector/skins/collector/collector_issue_followup_form.pt Tue Sep 10 16:30:19 2002
@@ -93,6 +93,7 @@
<tr>
<td colspan="2">
<textarea name="comment" rows="10" cols="65" wrap="soft"
+ style="overflow: auto"
tal:content="python: (request.get('do_cite')
and here.cited_text()) or ''">
</textarea>
@@ -122,17 +123,24 @@
</tr>
- </table>
+ <tr>
+ <td colspan="3">
- <div metal:use-macro="here/collector_macros/macros/add_artifacts_table">
- add_artifacts_excerpt
- </div>
+ <div metal:use-macro=
+ "here/collector_macros/macros/add_artifacts_table">
+ ADD-ARTIFACTS TABLE
+ </div>
+
+ </td>
+ </tr>
<tr>
- <td colspan="5">
+ <td colspan="3">
<input type="submit" name="submit" value="Submit">
</td>
</tr>
+
+ </table>
</form>