[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_macros.pt:1.20
Ken Manheimer
klm@zope.com
Sat, 27 Oct 2001 18:58:07 -0400
Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv32089
Modified Files:
collector_macros.pt
Log Message:
Include macro slots for submitter name, and id (into which the edit
form can shove both id and email edit fields).
=== CMF/CMFCollector/skins/collector/collector_macros.pt 1.19 => 1.20 ===
<td align="right">From:</td>
<td NOWRAP>
- <span tal:content="here/submitter_name">NAME</span>
+ <span metal:define-slot="issue_from_slot"
+ tal:content="here/submitter_name">NAME</span>
</td>
<td align="right"> on: </td>
<td NOWRAP>
@@ -141,7 +142,8 @@
<tr>
<td> </td>
<td>
- (<em><span tal:content="here/submitter_id">ID</span></em>)
+ (<em><span metal:define-slot="issue_submitter_id_slot"
+ tal:content="here/submitter_id">ID</span></em>)
</td>
<td tal:define="actions here/action_number" align="right">
Last update: