mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@949 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
516ef7e0f6
commit
6b3598000d
2 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@
|
|||
$lang->sender = '보낸이';
|
||||
$lang->receiver = '받는이';
|
||||
$lang->friend_group = '친구 그룹';
|
||||
$lang->default_friend_group = '기본 그룹';
|
||||
$lang->default_friend_group = '그룹 미지정';
|
||||
$lang->member_info = '회원 정보';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
<!--%import("filter/delete_friend_group.xml")-->
|
||||
<!--%import("filter/move_friend.xml")-->
|
||||
|
||||
<div style="width:700px;">
|
||||
<div style="width:800px;">
|
||||
<form id="fo_friend_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked_friend)">
|
||||
|
||||
<!-- 그룹 목록 -->
|
||||
<div style="float:left;width:150px;">
|
||||
<div style="float:left;width:250px;">
|
||||
<div>
|
||||
{$lang->friend_group}
|
||||
<a href="#" onclick="popopen('{getUrl('act','dispMemberAddFriendGroup')}');return false;">{$lang->cmd_add_friend_group}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue