add message field
This commit is contained in:
parent
bb676336db
commit
7727fc76f8
@ -22,6 +22,14 @@
|
|||||||
<button onclick="createBoard()">Create Board</button>
|
<button onclick="createBoard()">Create Board</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Comment
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<textarea id="postform_message" type="text" name="message" cols=40 rows=5></textarea>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
Captcha
|
Captcha
|
||||||
|
Reference in New Issue
Block a user