* Replace input with colorInput, add colorPicker to title in the batch form of the testcase module.

This commit is contained in:
liumengyi
2023-12-22 15:45:29 +08:00
parent 0f5e6556e0
commit 43686bbc15
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -129,6 +129,7 @@ $items[] = array
$items[] = array
(
'name' => 'title',
'control' => 'colorInput',
'label' => $lang->testcase->title,
'width' => '240px',
'required' => true
+1 -1
View File
@@ -125,7 +125,7 @@ else
(
'name' => 'title',
'label' => $lang->testcase->title,
'control' => 'input',
'control' => 'colorInput',
'width' => '180px',
'required' => true
);