* Replace input with colorInput, add colorPicker to title in the batch form of the testcase module.
This commit is contained in:
@@ -129,6 +129,7 @@ $items[] = array
|
||||
$items[] = array
|
||||
(
|
||||
'name' => 'title',
|
||||
'control' => 'colorInput',
|
||||
'label' => $lang->testcase->title,
|
||||
'width' => '240px',
|
||||
'required' => true
|
||||
|
||||
@@ -125,7 +125,7 @@ else
|
||||
(
|
||||
'name' => 'title',
|
||||
'label' => $lang->testcase->title,
|
||||
'control' => 'input',
|
||||
'control' => 'colorInput',
|
||||
'width' => '180px',
|
||||
'required' => true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user