Merge branch 'sprint/208_liumengyi_fixbug' into 'master'
* Fix bug #24464. See merge request easycorp/zentaopms!4191
This commit is contained in:
@@ -34,7 +34,7 @@ $lang->product->changeProgram = "{$lang->productCommon} confirmation of the s
|
||||
$lang->product->changeProgramTip = "%s > Change Program";
|
||||
$lang->product->addWhitelist = 'Add Whitelist';
|
||||
$lang->product->unbindWhitelist = 'Remove Whitelist';
|
||||
$lang->product->checkedProducts = '%s produits s électionnés'
|
||||
$lang->product->checkedProducts = '%s produits s électionnés';
|
||||
|
||||
$lang->product->indexAction = "All {$lang->productCommon}";
|
||||
$lang->product->closeAction = "Fermer {$lang->productCommon}";
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
.thWidth {width: 90px !important;}
|
||||
.lifeThWidth {width: 100px !important;}
|
||||
#mainContent .table-data tbody>tr>th {width: 85px;}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#mainContent .table-data tbody>tr>th {width: 100px;}
|
||||
@@ -29,7 +29,7 @@ $lang->testcase->order = 'Rank';
|
||||
$lang->testcase->title = 'Titel';
|
||||
$lang->testcase->precondition = 'Voraussetzungen';
|
||||
$lang->testcase->pri = 'Priorität';
|
||||
$lang->testcase->type = 'Typ';
|
||||
$lang->testcase->type = 'Type';
|
||||
$lang->testcase->status = 'Status';
|
||||
$lang->testcase->subStatus = 'Sub Status';
|
||||
$lang->testcase->steps = 'Schritte';
|
||||
|
||||
Reference in New Issue
Block a user