From 60ddcc7894f564acba9ec406ab9c54452b34bde1 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 5 Jul 2022 05:49:04 +0000 Subject: [PATCH] * Finish task #59518 #59522. --- module/bug/css/create.css | 4 ++++ module/bug/view/create.html.php | 2 +- module/testtask/view/browse.html.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/module/bug/css/create.css b/module/bug/css/create.css index be008fac02..470dd51d77 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -1,5 +1,9 @@ html[lang='en'] #moduleIdBox .input-group-addon {padding: 5px 23px;} html[lang='en'] #deadlineTd .input-group-addon {padding: 5px 18px;} +html[lang='zh-cn'] #keywordsAddonLabel, .task {width: 77px;} +html[lang='zh-tw'] #keywordsAddonLabel, .task {width: 77px;} +html[lang='fr'] #keywordsAddonLabel, .task {width: 61px;} +html[lang='de'] #keywordsAddonLabel, .task {width: 73px;} .ke-toolbar .ke-outline[data-name='savetemplate'] {display: block;} .ke-outline .ke-icon-savetemplate {background-image: url(theme/default/images/kindeditor/save.gif); background-position: center; width: 56px; height: 20px;} diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index c14dcda43a..6dc5860648 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -312,7 +312,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
- bug->task?> + bug->task?>
diff --git a/module/testtask/view/browse.html.php b/module/testtask/view/browse.html.php index 44475d4a9a..8b6cee92ab 100644 --- a/module/testtask/view/browse.html.php +++ b/module/testtask/view/browse.html.php @@ -20,7 +20,7 @@ $status = $this->session->testTaskVersionStatus; ?>