* Task#3459
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<tr>
|
||||
<th class='w-id {sorter:"currency"}'><?php echo $lang->idAB;?></th>
|
||||
<th class='w-pri'> <?php echo $lang->priAB;?></th>
|
||||
<th> <?php echo $lang->story->title;?></th>
|
||||
<th class="text-left"><?php echo $lang->story->title;?></th>
|
||||
<th class='w-user'> <?php echo $lang->openedByAB;?></th>
|
||||
<th class='w-user'> <?php echo $lang->assignedToAB;?></th>
|
||||
<th class='w-30px'> <?php echo $lang->story->estimateAB;?></th>
|
||||
|
||||
@@ -23,8 +23,8 @@ include '../../common/view/tablesorter.html.php';
|
||||
<tr>
|
||||
<th class='w-id {sorter:"currency"}'><?php echo $lang->idAB;?></th>
|
||||
<th class='w-pri'> <?php echo $lang->priAB;?></th>
|
||||
<th class='w-200px'> <?php echo $lang->story->plan;?></th>
|
||||
<th class='w-150px'> <?php echo $lang->story->module;?></th>
|
||||
<th class='w-200px text-left'> <?php echo $lang->story->plan;?></th>
|
||||
<th class='w-150px text-left'> <?php echo $lang->story->module;?></th>
|
||||
<th> <?php echo $lang->story->title;?></th>
|
||||
<th class='w-user'> <?php echo $lang->openedByAB;?></th>
|
||||
<th class='w-user'> <?php echo $lang->assignedToAB;?></th>
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
<tr>
|
||||
<th class='w-id'><?php echo $lang->idAB;?></th>
|
||||
<th class='w-pri'><?php echo $lang->priAB;?></th>
|
||||
<th><?php echo $lang->story->title;?></th>
|
||||
<th class="text-left"><?php echo $lang->story->title;?></th>
|
||||
<th class='w-user'><?php echo $lang->openedByAB;?></th>
|
||||
<th class='w-hour'><?php echo $lang->story->estimateAB;?></th>
|
||||
<th class='w-hour'><?php echo $lang->statusAB;?></th>
|
||||
|
||||
@@ -51,7 +51,7 @@ $config->story->datatable->defaultField = array('id', 'pri', 'title', 'plan', 'o
|
||||
|
||||
$config->story->datatable->fieldList['id']['title'] = 'idAB';
|
||||
$config->story->datatable->fieldList['id']['fixed'] = 'left';
|
||||
$config->story->datatable->fieldList['id']['width'] = '70';
|
||||
$config->story->datatable->fieldList['id']['width'] = '60';
|
||||
$config->story->datatable->fieldList['id']['required'] = 'yes';
|
||||
|
||||
$config->story->datatable->fieldList['pri']['title'] = 'priAB';
|
||||
|
||||
Reference in New Issue
Block a user