From a8cef73c9bfab9fc39b3629e426a0cab747fa50c Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Fri, 1 Jan 2021 10:58:44 +0800 Subject: [PATCH] * Finish task#8899. --- module/story/css/change.css | 3 ++- module/story/lang/de.php | 1 - module/story/lang/en.php | 1 - module/story/lang/fr.php | 1 - module/story/lang/vi.php | 1 - module/story/lang/zh-cn.php | 1 - module/story/lang/zh-tw.php | 1 - module/story/view/change.html.php | 2 +- 8 files changed, 3 insertions(+), 8 deletions(-) diff --git a/module/story/css/change.css b/module/story/css/change.css index e3133cc20d..f7d490bc9d 100644 --- a/module/story/css/change.css +++ b/module/story/css/change.css @@ -1,3 +1,4 @@ .input-group .chosen-container-single .chosen-single {border-radius: 2px 0 0 2px} #affectedProjects .table + h6 {border-top: 1px solid #ddd} -.nav-tabs>li>a {height: 36px;} \ No newline at end of file +.nav-tabs>li>a {height: 36px;} +.table-form>tbody>tr>th {width: 100px!important;} diff --git a/module/story/lang/de.php b/module/story/lang/de.php index dd9ba44d60..ac2fc83bea 100644 --- a/module/story/lang/de.php +++ b/module/story/lang/de.php @@ -93,7 +93,6 @@ $lang->story->source = 'Von'; $lang->story->sourceNote = 'Hinweis'; $lang->story->fromBug = 'Von Bug'; $lang->story->title = 'Titel'; -$lang->story->name = 'Name'; $lang->story->type = 'Type'; $lang->story->color = 'Color'; $lang->story->toBug = 'ToBug'; diff --git a/module/story/lang/en.php b/module/story/lang/en.php index b31f8c3010..3d3d523710 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -93,7 +93,6 @@ $lang->story->source = 'From'; $lang->story->sourceNote = 'Note'; $lang->story->fromBug = 'From Bug'; $lang->story->title = 'Title'; -$lang->story->name = 'Name'; $lang->story->type = 'Type'; $lang->story->color = 'Color'; $lang->story->toBug = 'ToBug'; diff --git a/module/story/lang/fr.php b/module/story/lang/fr.php index 8f440a1eae..af4bdba57f 100644 --- a/module/story/lang/fr.php +++ b/module/story/lang/fr.php @@ -93,7 +93,6 @@ $lang->story->source = 'De'; $lang->story->sourceNote = 'Note'; $lang->story->fromBug = 'Depuis Bug'; $lang->story->title = 'Titre'; -$lang->story->name = 'Name'; $lang->story->type = 'Type'; $lang->story->color = 'Couleur'; $lang->story->toBug = 'Vers Bug'; diff --git a/module/story/lang/vi.php b/module/story/lang/vi.php index c8d8f2945c..98492619a8 100644 --- a/module/story/lang/vi.php +++ b/module/story/lang/vi.php @@ -93,7 +93,6 @@ $lang->story->source = 'Từ'; $lang->story->sourceNote = 'Ghi chú'; $lang->story->fromBug = 'Từ Bug'; $lang->story->title = 'Tiêu đề'; -$lang->story->name = 'Name'; $lang->story->type = 'Loại'; $lang->story->color = 'Màu'; $lang->story->toBug = 'Tới Bug'; diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index 03db056133..422e917354 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -93,7 +93,6 @@ $lang->story->source = "来源"; $lang->story->sourceNote = '来源备注'; $lang->story->fromBug = '来源Bug'; $lang->story->title = "{$lang->productSRCommon}名称"; -$lang->story->name = '名称'; $lang->story->type = "类型"; $lang->story->color = '标题颜色'; $lang->story->toBug = '转Bug'; diff --git a/module/story/lang/zh-tw.php b/module/story/lang/zh-tw.php index a746f3e168..66a88fbdff 100644 --- a/module/story/lang/zh-tw.php +++ b/module/story/lang/zh-tw.php @@ -93,7 +93,6 @@ $lang->story->source = "來源"; $lang->story->sourceNote = '來源備註'; $lang->story->fromBug = '來源Bug'; $lang->story->title = "{$lang->productSRCommon}名稱"; -$lang->story->name = '名稱'; $lang->story->type = "{$lang->productSRCommon}類型"; $lang->story->color = '標題顏色'; $lang->story->toBug = '轉Bug'; diff --git a/module/story/view/change.html.php b/module/story/view/change.html.php index 1986271da7..23a02d6a2a 100644 --- a/module/story/view/change.html.php +++ b/module/story/view/change.html.php @@ -42,7 +42,7 @@ printExtendFields($story, 'table');?> - story->name;?> + story->title;?> title, 'class="form-control"');?>