[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_content - metadata_edit_form.pt:1.2.2.1
Tres Seaver
tseaver@zope.com
Mon, 17 Dec 2001 13:36:07 -0500
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv10376
Modified Files:
Tag: CMF-1_2-branch
metadata_edit_form.pt
Log Message:
- *No* soft wrapping in the Subject field! Line endings *matter* there!
=== CMF/CMFDefault/skins/zpt_content/metadata_edit_form.pt 1.2 => 1.2.2.1 ===
<td tal:define="subj_lines python: modules['string'].join(
here.subjectsList(), '\n' )">
- <textarea name="subject:lines" rows="3" cols="20" wrap="soft"
+ <textarea name="subject:lines" rows="3" cols="20"
tal:content="subj_lines"></textarea>
<br>
<select name="subject:list" multiple>