[CMF-checkins] CVS: CMF/CMFWiki/skins/zpt_wiki - wikipage_edit_form.pt:1.4
Tres Seaver
tseaver@zope.com
Mon, 3 Dec 2001 09:25:25 -0500
Update of /cvs-repository/CMF/CMFWiki/skins/zpt_wiki
In directory cvs.zope.org:/tmp/cvs-serv31761/skins/zpt_wiki
Modified Files:
wikipage_edit_form.pt
Log Message:
- Make title of wiki page editable, and make the wiki borrow the
Title() from its front page (thanks to Joseph Wayne Norton for
the patch).
=== CMF/CMFWiki/skins/zpt_wiki/wikipage_edit_form.pt 1.3 => 1.4 ===
<tr bgcolor="eeeeee">
<td colspan="2" align="center">
+ <textarea wrap="soft" name="title"
+ rows="1" cols="80"
+ tal:attributes="cols request/zwiki_width | default"
+ tal:content="here/title"
+ ></textarea>
+ </td>
+ </tr>
+ <tr bgcolor="eeeeee">
+ <td colspan="2" align="center">
<textarea wrap="soft" name="text"
rows="18" cols="80"
tal:attributes="rows request/zwiki_height | default;