This commit is contained in:
hufangzhou
2020-11-30 08:47:12 +08:00
8 changed files with 8 additions and 9 deletions
+1
View File
@@ -89,6 +89,7 @@ $lang->action->objectTypes['caselib'] = 'Bibliothek';
$lang->action->objectTypes['testreport'] = 'Berichte';
$lang->action->objectTypes['entry'] = 'Eintrag';
$lang->action->objectTypes['stakeholder'] = 'Stakeholder';
$lang->action->objectTypes['expect'] = 'Expect';
$lang->action->objectTypes['webhook'] = 'Webhook';
/* 用来描述操作历史记录。*/
+1
View File
@@ -89,6 +89,7 @@ $lang->action->objectTypes['caselib'] = 'Library';
$lang->action->objectTypes['testreport'] = 'Report';
$lang->action->objectTypes['entry'] = 'Entry';
$lang->action->objectTypes['stakeholder'] = 'Stakeholder';
$lang->action->objectTypes['expect'] = 'Expect';
$lang->action->objectTypes['webhook'] = 'Webhook';
/* Used to describe operation history. */
+1
View File
@@ -89,6 +89,7 @@ $lang->action->objectTypes['caselib'] = 'Library';
$lang->action->objectTypes['testreport'] = 'Edition';
$lang->action->objectTypes['entry'] = 'Entrée';
$lang->action->objectTypes['stakeholder'] = 'Stakeholder';
$lang->action->objectTypes['expect'] = 'Expect';
$lang->action->objectTypes['webhook'] = 'Webhook';
/* 用来描述操作历史记录。*/
+1
View File
@@ -89,6 +89,7 @@ $lang->action->objectTypes['caselib'] = 'Thư viện';
$lang->action->objectTypes['testreport'] = 'Báo cáo';
$lang->action->objectTypes['entry'] = 'Entry';
$lang->action->objectTypes['stakeholder'] = 'Stakeholder';
$lang->action->objectTypes['expect'] = 'Expect';
$lang->action->objectTypes['webhook'] = 'Webhook';
/* Used to describe operation history. */
+1
View File
@@ -89,6 +89,7 @@ $lang->action->objectTypes['caselib'] = '用例库';
$lang->action->objectTypes['testreport'] = '报告';
$lang->action->objectTypes['entry'] = '应用';
$lang->action->objectTypes['stakeholder'] = '干系人';
$lang->action->objectTypes['expect'] = '期望';
$lang->action->objectTypes['webhook'] = 'Webhook';
/* 用来描述操作历史记录。*/
+1
View File
@@ -89,6 +89,7 @@ $lang->action->objectTypes['caselib'] = '用例庫';
$lang->action->objectTypes['testreport'] = '報告';
$lang->action->objectTypes['entry'] = '應用';
$lang->action->objectTypes['stakeholder'] = '干係人';
$lang->action->objectTypes['expect'] = '期望';
$lang->action->objectTypes['webhook'] = 'Webhook';
/* 用來描述操作歷史記錄。*/
+1 -8
View File
@@ -38,14 +38,7 @@ $(function()
var adjustMainCol = function()
{
if(isStage)
{
$('.main-form .col-main').css('width', Math.max(250, Math.floor(($('#productBox').outerWidth() - 50)/3) + 10));
}
else
{
$('.main-form .col-main').css('width', Math.max(250, Math.floor(($('#productsBox').outerWidth() - 50)/3) + 10));
}
if(!isStage) $('.main-form .col-main').css('width', Math.max(250, Math.floor(($('#productsBox').outerWidth() - 50)/3) + 10));
};
adjustMainCol();
$(window).on('resize', adjustMainCol);
+1 -1
View File
@@ -117,7 +117,7 @@
<?php $this->printExtendFields('', 'table', 'columns=3');?>
<tr>
<th><?php echo $lang->project->manageProducts;?></th>
<td class='text-left' id="<?php echo $isStage ? 'productBox' : 'productsBox';?>" colspan="3">
<td class='text-left' id="<?php echo $isStage ? '' : 'productsBox';?>" colspan="3">
<div class='row'>
<?php $i = 0;?>
<?php foreach($products as $product):?>