[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_content - document_edit_form.pt:1.3
Chris Withers
chrisw@nipltd.com
Mon, 1 Apr 2002 06:22:32 -0500
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv7538/CMFDefault/skins/zpt_content
Modified Files:
document_edit_form.pt
Log Message:
Added 'plain' text format.
=== CMF/CMFDefault/skins/zpt_content/document_edit_form.pt 1.2 => 1.3 ===
value="structured-text"
tal:attributes="checked python: path('here/text_format') == 'structured-text'" />
- <label for="cb_structuredtext">structured-text</label>
- <input type="radio" name="text_format" value="html"
- tal:attributes="checked python: path('here/text_format') == 'html'" />
- <label for="cb_html">html</label>
+ <label for="cb_structuredtext">structured-text</label>
+ <input type="radio" name="text_format" value="plain"
+ tal:attributes="checked python: path('here/text_format') == 'plain'" />
+ <label for="cb_html">plain text</label>
+ <input type="radio" name="text_format" value="html"
+ tal:attributes="checked python: path('here/text_format') == 'html'" />
+ <label for="cb_html">html</label>
</td>
</tr>