* Finish project testtask page.

This commit is contained in:
wangyuting
2023-06-06 13:15:20 +08:00
parent b40763a157
commit 5b71990fcf
3 changed files with 8 additions and 4 deletions
+5 -4
View File
@@ -1,11 +1,11 @@
<?php
declare(strict_types=1);
/**
* The browse view file of testtask module of ZenTaoPMS.
* The testcase view file of project 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 Yuting Wang <wangyuting@easycorp.ltd>
* @package testtask
* @package project
* @link https://www.zentao.net
*/
namespace zin;
@@ -23,10 +23,11 @@ foreach($tasks as $task)
featureBar
(
set::current($type),
set::linkParams("projectID={$projectID}&type={key}"),
set::current('all'),
set::linkParams("projectID={$projectID}"),
inputGroup
(
set::class('ml-4'),
$lang->testtask->beginAndEnd,
input
(