쪽지 답변시 원본글과 제목이 나타나도록 수정. 쪽지 확인시 받는이에 대한 체크를 통하여 남의 쪽지를 볼 수 없도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3696 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-18 12:44:06 +00:00
parent 530b41c31b
commit 61a37545f9
4 changed files with 19 additions and 7 deletions

View file

@ -9,7 +9,7 @@
</div>
<form action="./" method="get" onsubmit="return procFilter(this, send_message)">
<input type="hidden" name="content" value="" />
<input type="hidden" name="content" value="{htmlspecialchars($source_message->content)}" />
<input type="hidden" name="receiver_srl" value="{$receiver_info->member_srl}" />
<div class="complex">
@ -22,7 +22,7 @@
</tr>
<tr>
<th scope="row">{$lang->title}</th>
<td><input type="text" name="title" id="message_title" class="inputTypeText w300" /></td>
<td><input type="text" name="title" id="message_title" class="inputTypeText w300" value="{$source_message->title}"/></td>
</tr>
<tr>
<th scope="row">{$lang->cmd_option}</th>