mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
블로그의 댓글을 위지윅에디터가 아닌 일반 textarea로 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1969 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
712d3a9dfd
commit
7acd1fc4df
6 changed files with 41 additions and 26 deletions
|
|
@ -32,7 +32,6 @@
|
|||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="document_srl" value="{$document_srl?$document_srl:$comment->document_srl}" />
|
||||
<input type="hidden" name="comment_srl" value="{$comment_srl}" />
|
||||
<input type="hidden" name="content" value="{htmlspecialchars($comment->content)}" />
|
||||
<input type="hidden" name="parent_srl" value="{$parent_srl}" />
|
||||
|
||||
<table width="100%" border="1">
|
||||
|
|
@ -59,7 +58,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<td colspan="2">{$comment_editor}</td>
|
||||
<td colspan="2"><textarea class="inputTypeTextArea" name="content">{strip_tags($comment->content)}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue