* Modify the config information of the team list.

This commit is contained in:
tianshujie
2023-06-20 09:51:13 +08:00
parent 2874c46200
commit 12a464881c
3 changed files with 5 additions and 10 deletions
+5 -1
View File
@@ -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';