* 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
-7
View File
@@ -215,10 +215,3 @@ $config->execution->actionList['delete']['class'] = 'ajax-submit';
$config->execution->actionList['delete']['text'] = $lang->execution->delete;
$config->execution->actionList['delete']['hint'] = $lang->execution->delete;
$config->execution->actionList['delete']['url'] = helper::createLink('execution', 'delete',"executionID={rawID}");
$config->execution->team = new stdclass();
$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}")';
include 'config/dtable.php';