[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_content - full_metadata_edit_form.pt:1.5

Tres Seaver tseaver@zope.com
Mon, 29 Jul 2002 10:43:44 -0400


Update of /cvs-repository/CMF/CMFDefault/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv21077/CMFDefault/skins/zpt_content

Modified Files:
	full_metadata_edit_form.pt 
Log Message:
 - Merge contributors textarea fix from 1.3 branch.

=== CMF/CMFDefault/skins/zpt_content/full_metadata_edit_form.pt 1.4 => 1.5 ===
     </select> 
   </td>
   <th align="right"> Contributors </th>
-  <td>
-   <textarea name="contributors:lines" rows="5"
-             cols="30" wrap="soft"
-			 tal:define="items here/Contributors"
-			 tal:repeat="item items"
-			 tal:content="item"></textarea>
+  <td tal:define="contrib_lines python: '\n'.join( here.Contributors() )">
+   <textarea name="contributors:lines" rows="5" cols="30"
+			 tal:content="contrib_lines"></textarea>
   </td>
  </tr>
  <tr valign="top">