diff --git a/module/action/lang/de.php b/module/action/lang/de.php index f4848a8685..e49433c874 100644 --- a/module/action/lang/de.php +++ b/module/action/lang/de.php @@ -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'; /* 用来描述操作历史记录。*/ diff --git a/module/action/lang/en.php b/module/action/lang/en.php index c713c3e2e8..0ada6c3af0 100755 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -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. */ diff --git a/module/action/lang/fr.php b/module/action/lang/fr.php index 954db4c7e6..af0722f2f7 100644 --- a/module/action/lang/fr.php +++ b/module/action/lang/fr.php @@ -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'; /* 用来描述操作历史记录。*/ diff --git a/module/action/lang/vi.php b/module/action/lang/vi.php index 6b85097292..5136901db3 100644 --- a/module/action/lang/vi.php +++ b/module/action/lang/vi.php @@ -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. */ diff --git a/module/action/lang/zh-cn.php b/module/action/lang/zh-cn.php index 0783c8790d..bb9ab7221f 100755 --- a/module/action/lang/zh-cn.php +++ b/module/action/lang/zh-cn.php @@ -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'; /* 用来描述操作历史记录。*/ diff --git a/module/action/lang/zh-tw.php b/module/action/lang/zh-tw.php index b046865c14..4e4087a5fb 100755 --- a/module/action/lang/zh-tw.php +++ b/module/action/lang/zh-tw.php @@ -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'; /* 用來描述操作歷史記錄。*/ diff --git a/module/project/js/create.js b/module/project/js/create.js index 050455ba33..ae12fe737e 100644 --- a/module/project/js/create.js +++ b/module/project/js/create.js @@ -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); diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index 692c200fb9..09f86c78a2 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -117,7 +117,7 @@ printExtendFields('', 'table', 'columns=3');?>