mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
친구 목록 보기에서 쪽지 발송 버튼을 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3705 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bc7c5b4112
commit
bb153d7cdc
1 changed files with 3 additions and 6 deletions
|
|
@ -22,17 +22,16 @@
|
|||
|
||||
<table cellspacing="0" class="list">
|
||||
<col width="40" />
|
||||
<col width="150" />
|
||||
<col width="170" />
|
||||
<col />
|
||||
<col />
|
||||
<col />
|
||||
<col />
|
||||
<col width="80" />
|
||||
<col width="90" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="check first-child"><input name="check_all" type="checkbox" onclick="doCheckAll(this, 'fo_friend_list');" /></th>
|
||||
<th scope="col" class="friendGroup">
|
||||
<select name="jumpMenu" id="jumpMenu">
|
||||
<select name="jumpMenu" id="jumpMenu" class="w100">
|
||||
<option value="">{$lang->default_friend_group}</option>
|
||||
<!--@foreach($friend_group_list as $key => $val)-->
|
||||
<option value="{$val->friend_group_srl}" <!--@if($val->friend_group_srl == $friend_group_srl)-->selected="selected"<!--@end--> >{$val->title}</option>
|
||||
|
|
@ -43,7 +42,6 @@
|
|||
<th scope="col" class="userName">{$lang->user_name}</th>
|
||||
<th scope="col" class="userNick">{$lang->nick_name}</th>
|
||||
<th scope="col" class="registDate">{$lang->regdate}</th>
|
||||
<th scope="col" class="sendMessage">{$lang->cmd_send_message}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -55,7 +53,6 @@
|
|||
<td class="userName">{$val->user_name}</td>
|
||||
<td class="userNick"><div class="member_{$val->target_srl}">{$val->nick_name}</div></td>
|
||||
<td class="registDate">{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td class="sendMessage"><a href="{getUrl('module','member','act','dispMemberSendMessage','receiver_srl',$val->target_srl)}" onclick="popopen(this.href,'sendMessage');return false" class="button"><span>{$lang->cmd_send_message}</span></a></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue