...
|
...
|
@@ -23,6 +23,7 @@ |
|
|
<th>{:lang('LAST_LOGIN_TIME')}</th>
|
|
|
<th>{:lang('EMAIL')}</th>
|
|
|
<th>{:lang('STATUS')}</th>
|
|
|
<th>用户团队</th>
|
|
|
<th width="130">{:lang('ACTIONS')}</th>
|
|
|
</tr>
|
|
|
</thead>
|
...
|
...
|
@@ -42,6 +43,7 @@ |
|
|
</td>
|
|
|
<td>{$vo.user_email}</td>
|
|
|
<td>{$user_statuses[$vo['user_status']]}</td>
|
|
|
<td>{:get_team($vo['team_id'],'name')}</td>
|
|
|
<td>
|
|
|
<if condition="$vo['id'] eq 1 || $vo['id'] eq cmf_get_current_admin_id()">
|
|
|
<font color="#cccccc">{:lang('EDIT')}</font> <font color="#cccccc">{:lang('DELETE')}</font>
|
...
|
...
|
|