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

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


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

Modified Files:
      Tag: CMF-1_3-branch
	full_metadata_edit_form.pt 
Log Message:


  - Fix whacked-out contributors textarea (it was futzed even worse than
    the "Subject" one!).


=== CMF/CMFDefault/skins/zpt_content/full_metadata_edit_form.pt 1.3.6.1 => 1.3.6.2 ===
     </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">