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

Tres Seaver tseaver@zope.com
Wed, 10 Jul 2002 11:00:04 -0400


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

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

=== CMF/CMFDefault/skins/zpt_content/full_metadata_edit_form.pt 1.3 => 1.4 ===
 
  <tr valign="top">
   <th align="right"> Subject </th>
-  <td>
-   <textarea name="subject:lines" rows="3"
-               cols="20" wrap="soft"
-			   tal:define="lines here/subjectsList"><span tal:repeat="line lines" tal:replace="line"></span></textarea>
+  <td tal:define="subj_lines python: modules['string'].join(
+                                         here.subjectsList(), '\n' )">
+     <textarea name="subject:lines" rows="3" cols="20"
+	           tal:content="subj_lines"></textarea>
  <br> 
    <select name="subject:list" multiple>
      <option value=""