* [bug#52007,done,0.1h] adjust stage and status style.
This commit is contained in:
@@ -108,7 +108,7 @@ $config->story->form->batchEdit['assignedTo'] = array('type' => 'string', 'wid
|
||||
$config->story->form->batchEdit['source'] = array('type' => 'string', 'width' => '160px', 'control' => 'picker', 'required' => false, 'default' => '', 'options' => array_filter($lang->story->sourceList));
|
||||
$config->story->form->batchEdit['sourceNote'] = array('type' => 'string', 'width' => '200px', 'control' => 'text', 'required' => false, 'default' => '', 'filter' => 'trim');
|
||||
$config->story->form->batchEdit['status'] = array('type' => 'string', 'width' => '80px', 'control' => 'static', 'required' => false, 'default' => 0, 'options' => array_filter($lang->story->statusList));
|
||||
$config->story->form->batchEdit['stage'] = array('type' => 'string', 'width' => '120px', 'control' => 'picker', 'required' => false, 'default' => 0, 'options' => array_filter($lang->story->stageList));
|
||||
$config->story->form->batchEdit['stage'] = array('type' => 'string', 'width' => '165px', 'control' => 'picker', 'required' => false, 'default' => 0, 'options' => array_filter($lang->story->stageList));
|
||||
$config->story->form->batchEdit['closedBy'] = array('type' => 'string', 'width' => '136px', 'control' => 'picker', 'required' => false, 'default' => '', 'options' => 'users');
|
||||
$config->story->form->batchEdit['closedReason'] = array('type' => 'string', 'width' => '200px', 'control' => 'picker', 'required' => false, 'default' => '', 'options' => array_filter($lang->story->reasonList));
|
||||
$config->story->form->batchEdit['keywords'] = array('type' => 'string', 'width' => '200px', 'control' => 'text', 'required' => false, 'default' => '', 'filter' => 'trim');
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
[data-name='status_static'] > .form-control-static, [data-name='status_static'].form-batch-head {text-align: center;}
|
||||
Reference in New Issue
Block a user