antville/code/Comment/edit.skin
Robert Gaggl 3e01e99b25 - changed from input type="button" to type="submit"
- changed attribute names to html-conform ones (width -> size, with -> cols, height -> rows)
2003-08-02 10:39:07 +00:00

8 lines
436 B
Text

<br />
<form method="post" action="<% response.action %>">
<p><span class="small">Title:<br /></span>
<% comment.content part="title" as="editor" size="25" class="formTitle" %></p>
<p><span class="small">Text:</span><br />
<% comment.content part="text" as="editor" cols="31" rows="10" class="formText" %></p>
<p><% input type="submit" name="save" value="Save" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></p>
</form>