게시글관리(이동/삭제)시에 쪽지내용 기입시 쪽지를 발송하는 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2022 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-26 04:13:47 +00:00
parent 42b44c37fc
commit 28ea10dae4
3 changed files with 35 additions and 2 deletions

View file

@ -30,6 +30,12 @@
</select>
</td>
</tr>
<tr>
<th scope="row">{$lang->cmd_send_message}</th>
<td>
<textarea name="message_content" class="inputTypeTextArea w400" cols="45" rows="5"></textarea>
</td>
</tr>
<!--@end-->
</table>
</div>