From 4e3f46d87a9cd907f9302b0749c2f60d6e67cf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Tue, 1 Mar 2022 08:34:06 +0800 Subject: [PATCH 1/6] * Fix code detail. --- module/upgrade/view/to15guide.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/upgrade/view/to15guide.html.php b/module/upgrade/view/to15guide.html.php index 528dd3b675..f1d56423fd 100644 --- a/module/upgrade/view/to15guide.html.php +++ b/module/upgrade/view/to15guide.html.php @@ -16,11 +16,11 @@
config->edition == 'max') + if($config->edition == 'max') { echo $lang->upgrade->toMAXGuide; } - elseif($this->config->edition == 'biz') + elseif($config->edition == 'biz') { echo $lang->upgrade->toBIZ5Guide; } From b1afcd3a6e0fb20fec0753c2d90f11a1aa7dfb9c Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 1 Mar 2022 10:15:29 +0800 Subject: [PATCH 2/6] * Fix bug #20154. --- module/execution/view/kanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 99873cc289..0cdc984525 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -171,7 +171,7 @@ js::set('hasTaskButton', $hasTaskButton); ' . html::a(helper::createLink('bug', 'batchCreate', "productID=$productID&branch=$branchID&executionID=$execution->id", '', true), $lang->bug->batchCreate, '', "class='iframe'") . '';?> ';?> ' . html::a(helper::createLink('task', 'create', "execution=$execution->id", '', true), $lang->task->create, '', "class='iframe'") . '';?> - ' . html::a(helper::createLink('execution', 'importBug', "executionID=$execution->id", '', true), $lang->execution->importBug, '', "class='ifram'") . '';?> + ' . html::a(helper::createLink('execution', 'importBug', "executionID=$execution->id", '', true), $lang->execution->importBug, '', "class='iframe' data-width=80%") . '';?> ' . html::a(helper::createLink('task', 'batchCreate', "execution=$execution->id", '', true), $lang->execution->batchCreateTask, '', "class='iframe'") . '';?>
From 59c9f0dbeb3ee0f0c1681ad288d9e5fbf95f7fb7 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 1 Mar 2022 10:33:46 +0800 Subject: [PATCH 3/6] * Fix bug #20164. --- module/file/view/export.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/file/view/export.html.php b/module/file/view/export.html.php index db6fd17222..927fb10abc 100644 --- a/module/file/view/export.html.php +++ b/module/file/view/export.html.php @@ -10,8 +10,8 @@ * @link http://www.zentao.net */ ?> - - +getModuleRoot() . 'common/view/header.lite.html.php';?> +getModuleRoot() . 'common/view/chosen.html.php';?> app->loadLang('file');?>