diff --git a/module/program/config/dtable.php b/module/program/config/dtable.php index 34af6a7f87..f642405275 100644 --- a/module/program/config/dtable.php +++ b/module/program/config/dtable.php @@ -71,7 +71,8 @@ $config->program->productview->dtable->fieldList['name']['nestedToggle'] = true; $config->program->productview->dtable->fieldList['name']['checkbox'] = true; $config->program->productview->dtable->fieldList['name']['show'] = true; $config->program->productview->dtable->fieldList['name']['sortType'] = true; -$config->program->productview->dtable->fieldList['name']['minWidth'] = 350; +$config->program->productview->dtable->fieldList['name']['fixed'] = 'left'; +$config->program->productview->dtable->fieldList['name']['width'] = 356; $config->program->productview->dtable->fieldList['name']['group'] = 'g1'; $config->program->productview->dtable->fieldList['PM']['name'] = 'PM'; @@ -198,10 +199,11 @@ $config->program->browse->dtable->fieldList = array(); $config->program->browse->dtable->fieldList['name']['name'] = 'name'; $config->program->browse->dtable->fieldList['name']['title'] = $lang->nameAB; -$config->program->browse->dtable->fieldList['name']['width'] = 200; +$config->program->browse->dtable->fieldList['name']['width'] = 356; $config->program->browse->dtable->fieldList['name']['type'] = 'link'; $config->program->browse->dtable->fieldList['name']['link'] = "RAWJSprogram->browse->dtable->fieldList['name']['fixed'] = 'left'; $config->program->browse->dtable->fieldList['name']['nestedToggle'] = true; $config->program->browse->dtable->fieldList['name']['checkbox'] = true; $config->program->browse->dtable->fieldList['name']['sortType'] = true;