* Fix bug #30165,#30170.

This commit is contained in:
daitingting
2022-11-23 08:10:39 +00:00
parent 3799e7078f
commit 48d2209722
5 changed files with 8 additions and 7 deletions
+1
View File
@@ -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;}
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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';
+1 -1
View File
@@ -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';?>