* Finish task #73291.
This commit is contained in:
+22
-17
@@ -60,27 +60,32 @@ $config->program->dtable->fieldList['name']['title'] = $lang->nameAB;
|
||||
$config->program->dtable->fieldList['name']['type'] = 'html';
|
||||
$config->program->dtable->fieldList['name']['flex'] = 1;
|
||||
|
||||
$config->program->dtable->fieldList['status']['name'] = 'status';
|
||||
$config->program->dtable->fieldList['status']['title'] = $lang->program->status;
|
||||
$config->program->dtable->fieldList['status']['width'] = 65;
|
||||
$config->program->dtable->fieldList['status']['type'] = 'html';
|
||||
$config->program->dtable->fieldList['status']['name'] = 'status';
|
||||
$config->program->dtable->fieldList['status']['title'] = $lang->program->status;
|
||||
$config->program->dtable->fieldList['status']['width'] = 65;
|
||||
$config->program->dtable->fieldList['status']['type'] = 'html';
|
||||
$config->program->dtable->fieldList['status']['sortType'] = 1;
|
||||
|
||||
$config->program->dtable->fieldList['pm']['name'] = 'pm';
|
||||
$config->program->dtable->fieldList['pm']['title'] = $lang->program->PM;
|
||||
$config->program->dtable->fieldList['pm']['width'] = 100;
|
||||
$config->program->dtable->fieldList['pm']['type'] = 'html';
|
||||
$config->program->dtable->fieldList['pm']['name'] = 'pm';
|
||||
$config->program->dtable->fieldList['pm']['title'] = $lang->program->PM;
|
||||
$config->program->dtable->fieldList['pm']['width'] = 100;
|
||||
$config->program->dtable->fieldList['pm']['type'] = 'html';
|
||||
$config->program->dtable->fieldList['pm']['sortType'] = 1;
|
||||
|
||||
$config->program->dtable->fieldList['budget']['name'] = 'budget';
|
||||
$config->program->dtable->fieldList['budget']['title'] = $lang->program->budget;
|
||||
$config->program->dtable->fieldList['budget']['width'] = 100;
|
||||
$config->program->dtable->fieldList['budget']['name'] = 'budget';
|
||||
$config->program->dtable->fieldList['budget']['title'] = $lang->program->budget;
|
||||
$config->program->dtable->fieldList['budget']['width'] = 100;
|
||||
$config->program->dtable->fieldList['budget']['sortType'] = 1;
|
||||
|
||||
$config->program->dtable->fieldList['begin']['name'] = 'begin';
|
||||
$config->program->dtable->fieldList['begin']['title'] = $lang->program->begin;
|
||||
$config->program->dtable->fieldList['begin']['width'] = 100;
|
||||
$config->program->dtable->fieldList['begin']['name'] = 'begin';
|
||||
$config->program->dtable->fieldList['begin']['title'] = $lang->program->begin;
|
||||
$config->program->dtable->fieldList['begin']['width'] = 100;
|
||||
$config->program->dtable->fieldList['begin']['sortType'] = 1;
|
||||
|
||||
$config->program->dtable->fieldList['end']['name'] = 'end';
|
||||
$config->program->dtable->fieldList['end']['title'] = $lang->program->end;
|
||||
$config->program->dtable->fieldList['end']['width'] = 100;
|
||||
$config->program->dtable->fieldList['end']['name'] = 'end';
|
||||
$config->program->dtable->fieldList['end']['title'] = $lang->program->end;
|
||||
$config->program->dtable->fieldList['end']['width'] = 100;
|
||||
$config->program->dtable->fieldList['end']['sortType'] = 1;
|
||||
|
||||
$config->program->dtable->fieldList['progress']['name'] = 'progress';
|
||||
$config->program->dtable->fieldList['progress']['title'] = $lang->program->progressAB;
|
||||
|
||||
Reference in New Issue
Block a user