[CMF-checkins] CVS: CMF/CMFDecor/skins/zpt_content - metadata_edit_form.pt:1.3
Andrew Sawyers
andrew@digicool.com
Thu, 13 Sep 2001 11:58:48 -0400
Update of /cvs-repository/CMF/CMFDecor/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv6621
Modified Files:
metadata_edit_form.pt
Log Message:
*overlooked a dtml-var for the identifier in the first pass.
=== CMF/CMFDecor/skins/zpt_content/metadata_edit_form.pt 1.2 => 1.3 ===
<th align="right"> Identifier </th>
- <td> <dtml-var Identifier> </td>
+ <td> <span tal:replace="here/Identifier" /> </td>
<td colspan="2" align="right">
<a href="full_metadata_edit_form"> Edit all metadata </a>