Merge pull request #1034 from sejin7940/send_message

쪽지보내기의 경우, 수신자 이름 쪽에 이미지닉네임 이나 그룹아이콘 등이 안 나오는 현상 수정
This commit is contained in:
bnu 2015-03-19 15:16:37 +09:00
commit 3ffc589a86

View file

@ -14,7 +14,7 @@
<table class="table table-striped table-hover">
<tr>
<th scope="row"><label for="textfield1">{$lang->receiver}</label></th>
<td>{$receiver_info->nick_name}</td>
<td><a href="#popup_menu_area" class="member_{$receiver_info->member_srl}">{$receiver_info->nick_name}</a></td>
</tr>
<tr>
<th scope="row">{$lang->title}</th>