* Adjust the header and the submit for start action.

This commit is contained in:
daitingting
2023-06-19 07:09:53 +00:00
parent a8075aa0ee
commit 986e2e33e0
3 changed files with 13 additions and 10 deletions
+11 -7
View File
@@ -11,16 +11,20 @@ declare(strict_types=1);
namespace zin;
set::title($testtask->name);
to::header
(
$lang->testtask->startAction,
entityLabel
(
set::entityID($testtask->id),
set::level(1),
set::text($testtask->name),
set::reverse(true),
)
);
form
(
formGroup
(
set::label($lang->testtask->status),
set::name('status'),
set::value('doing'),
set::class('hidden'),
),
formGroup
(
set::label($lang->comment),