Update send_message.html

This commit is contained in:
sejin7940 2014-11-04 07:09:52 +09:00
parent 0b3eaa410b
commit c9bbafaee8

View file

@ -14,7 +14,7 @@
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<tr> <tr>
<th scope="row"><label for="textfield1">{$lang->receiver}</label></th> <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>
<tr> <tr>
<th scope="row">{$lang->title}</th> <th scope="row">{$lang->title}</th>