+ [task#134172,done,0.1h] add ui of testtask::assignCase.

This commit is contained in:
liumengyi
2024-12-30 09:51:11 +08:00
committed by 刘刚
parent 05cb5b5bd9
commit c17113a7d6
+23
View File
@@ -18,3 +18,26 @@ modalHeader
);
/* zin: Define the form in main content. */
formPanel
(
set::submitBtnText($lang->testtask->assignedTo),
formGroup
(
set::width('1/3'),
set::name('assignedTo'),
set::label($lang->testtask->assignedTo),
set::value($run->assignedTo),
set::items($users)
),
formGroup
(
set::label($lang->comment),
set::name('comment'),
set::control('editor'),
set::rows(6)
)
);
hr();
history();
render();