* Rewrite user testcase page.

This commit is contained in:
wangyidong
2023-06-13 18:50:58 +08:00
parent ff2ec7570d
commit b8735aae53
7 changed files with 74 additions and 9 deletions
+2 -3
View File
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
/**
* The bug view file of user module of ZenTaoPMS.
* The testtask view file of user module of ZenTaoPMS.
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Wang Yidong <yidong@easycorp.ltd>
@@ -13,8 +13,7 @@ include './featurebar.html.php';
jsVar('trunkLang', $lang->trunk);
$todoNavs = array();
$that = zget($lang->user->thirdPerson, $user->gender);
$that = zget($lang->user->thirdPerson, $user->gender);
$testtaskNavs['assignedTo'] = array('text' => sprintf($lang->user->testTask2Him, $that), 'url' => inlink('testtask', "userID={$user->id}"), 'active' => true);
$cols = array();