* Fix bug #30165,#30170.
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
#selectProgramModal .modal-header {border-bottom: 0px}
|
||||
#selectProgramModal .modal-header h4.modal-title{font-weight: 700}
|
||||
#selectProgramModal .modal-footer {border-top: 0px; text-align: center}
|
||||
.main-table tbody > tr.select-mode:hover{background: unset;}
|
||||
.btn-wide {padding: 6px 85px;}
|
||||
|
||||
@@ -267,8 +267,8 @@ $lang->custom->features['productLine'] = 'Product - Product Line';
|
||||
$lang->custom->features['projectScrum'] = 'Project - Scrum model';
|
||||
$lang->custom->features['projectWaterfall'] = 'Project - Waterfall model';
|
||||
$lang->custom->features['projectKanban'] = 'Project - Kanban model';
|
||||
$lang->custom->features['execution'] = 'Execute';
|
||||
$lang->custom->features['qa'] = 'test';
|
||||
$lang->custom->features['execution'] = 'Execution';
|
||||
$lang->custom->features['qa'] = 'Test';
|
||||
$lang->custom->features['devops'] = 'DevOps';
|
||||
$lang->custom->features['kanban'] = 'Kanban';
|
||||
$lang->custom->features['doc'] = 'Document';
|
||||
|
||||
@@ -268,8 +268,8 @@ $lang->custom->features['projectScrum'] = 'Project - Scrum model';
|
||||
$lang->custom->features['scrumDetail'] = 'Scrum - Issues, risks, opportunities, processes, QA, meetings, measure';
|
||||
$lang->custom->features['projectWaterfall'] = 'Project - Waterfall model';
|
||||
$lang->custom->features['projectKanban'] = 'Project - Kanban model';
|
||||
$lang->custom->features['execution'] = 'Execute';
|
||||
$lang->custom->features['qa'] = 'test';
|
||||
$lang->custom->features['execution'] = 'Execution';
|
||||
$lang->custom->features['qa'] = 'Test';
|
||||
$lang->custom->features['devops'] = 'DevOps';
|
||||
$lang->custom->features['kanban'] = 'Kanban';
|
||||
$lang->custom->features['doc'] = 'Document';
|
||||
|
||||
@@ -267,8 +267,8 @@ $lang->custom->features['productLine'] = 'Product - Product Line';
|
||||
$lang->custom->features['projectScrum'] = 'Project - Scrum model';
|
||||
$lang->custom->features['projectWaterfall'] = 'Project - Waterfall model';
|
||||
$lang->custom->features['projectKanban'] = 'Project - Kanban model';
|
||||
$lang->custom->features['execution'] = 'Execute';
|
||||
$lang->custom->features['qa'] = 'test';
|
||||
$lang->custom->features['execution'] = 'Execution';
|
||||
$lang->custom->features['qa'] = 'Test';
|
||||
$lang->custom->features['devops'] = 'DevOps';
|
||||
$lang->custom->features['kanban'] = 'Kanban';
|
||||
$lang->custom->features['doc'] = 'Document';
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<td><i class='icon text-success icon-check'></i></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<tr class='text-center'>
|
||||
<tr class='text-center select-mode'>
|
||||
<td class='text-left strong'><?php echo $this->lang->custom->selectUsage;?></td>
|
||||
<td>
|
||||
<?php $primaryClass = $mode == 'light' ? '' : 'btn-primary';?>
|
||||
|
||||
Reference in New Issue
Block a user