* Modify the config information of the team list.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$config->execution->dtable = new stdclass();
|
||||
$config->execution->team = new stdclass();
|
||||
$config->execution->team->dtable = new stdclass();
|
||||
|
||||
$config->execution->dtable->fieldList['rawID']['title'] = $lang->idAB;
|
||||
@@ -134,6 +134,10 @@ $config->execution->dtable->fieldList['burn']['width'] = '88';
|
||||
$config->execution->dtable->fieldList['burn']['group'] = '4';
|
||||
$config->execution->dtable->fieldList['burn']['show'] = true;
|
||||
|
||||
$config->execution->team->actionList['unlink']['icon'] = 'unlink';
|
||||
$config->execution->team->actionList['unlink']['hint'] = $lang->execution->unlinkMember;
|
||||
$config->execution->team->actionList['unlink']['url'] = 'javascript:deleteMember("{root}", "{userID}")';
|
||||
|
||||
$config->execution->team->dtable->fieldList['account']['title'] = $lang->team->account;
|
||||
$config->execution->team->dtable->fieldList['account']['name'] = 'realname';
|
||||
$config->execution->team->dtable->fieldList['account']['type'] = 'user';
|
||||
|
||||
Reference in New Issue
Block a user