From fbf6b37c236f387adab2751fbfa729b29a46eb3e Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Fri, 3 Sep 2021 10:48:17 +0800 Subject: [PATCH] * Finish task#42128. --- module/execution/lang/de.php | 2 +- module/execution/lang/en.php | 2 +- module/execution/lang/fr.php | 2 +- module/execution/lang/vi.php | 2 +- module/execution/lang/zh-cn.php | 2 +- module/execution/lang/zh-tw.php | 2 +- module/execution/view/executionkanban.html.php | 3 +++ 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index f8298ba8bf..f975167302 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -430,4 +430,4 @@ $lang->execution->statusColorList['doing'] = '#0BD986'; $lang->execution->statusColorList['suspended'] = '#fdc137'; $lang->execution->statusColorList['closed'] = '#838A9D'; -$lang->execution->boardColorList = '#F1F3F5,#ECF4FD,#F6EDF7,#FFEDED,#FFF7EB,#FFF7E1'; +$lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F26', '#FFC20E', '#00A78E', '#7FBB00', '#424BAC', '#C0E9FF', '#EC2761'); diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index 0993e0dfd9..828223956d 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -438,4 +438,4 @@ $lang->execution->statusColorList['doing'] = '#0BD986'; $lang->execution->statusColorList['suspended'] = '#fdc137'; $lang->execution->statusColorList['closed'] = '#838A9D'; -$lang->execution->boardColorList = '#F1F3F5,#ECF4FD,#F6EDF7,#FFEDED,#FFF7EB,#FFF7E1'; +$lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F26', '#FFC20E', '#00A78E', '#7FBB00', '#424BAC', '#C0E9FF', '#EC2761'); diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index 5c66827cc5..77feff7163 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -430,4 +430,4 @@ $lang->execution->statusColorList['doing'] = '#0BD986'; $lang->execution->statusColorList['suspended'] = '#fdc137'; $lang->execution->statusColorList['closed'] = '#838A9D'; -$lang->execution->boardColorList = '#F1F3F5,#ECF4FD,#F6EDF7,#FFEDED,#FFF7EB,#FFF7E1'; +$lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F26', '#FFC20E', '#00A78E', '#7FBB00', '#424BAC', '#C0E9FF', '#EC2761'); diff --git a/module/execution/lang/vi.php b/module/execution/lang/vi.php index 1adf0855ca..3353008328 100644 --- a/module/execution/lang/vi.php +++ b/module/execution/lang/vi.php @@ -431,4 +431,4 @@ $lang->execution->statusColorList['doing'] = '#0BD986'; $lang->execution->statusColorList['suspended'] = '#fdc137'; $lang->execution->statusColorList['closed'] = '#838A9D'; -$lang->execution->boardColorList = '#F1F3F5,#ECF4FD,#F6EDF7,#FFEDED,#FFF7EB,#FFF7E1'; +$lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F26', '#FFC20E', '#00A78E', '#7FBB00', '#424BAC', '#C0E9FF', '#EC2761'); diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 38c05d356a..3900945cf2 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -439,4 +439,4 @@ $lang->execution->statusColorList['doing'] = '#0BD986'; $lang->execution->statusColorList['suspended'] = '#fdc137'; $lang->execution->statusColorList['closed'] = '#838A9D'; -$lang->execution->boardColorList = '#F1F3F5,#ECF4FD,#F6EDF7,#FFEDED,#FFF7EB,#FFF7E1'; +$lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F26', '#FFC20E', '#00A78E', '#7FBB00', '#424BAC', '#C0E9FF', '#EC2761'); diff --git a/module/execution/lang/zh-tw.php b/module/execution/lang/zh-tw.php index 2265891409..3e11e2de71 100644 --- a/module/execution/lang/zh-tw.php +++ b/module/execution/lang/zh-tw.php @@ -438,4 +438,4 @@ $lang->execution->statusColorList['doing'] = '#0BD986'; $lang->execution->statusColorList['suspended'] = '#fdc137'; $lang->execution->statusColorList['closed'] = '#838A9D'; -$lang->execution->boardColorList = '#F1F3F5,#ECF4FD,#F6EDF7,#FFEDED,#FFF7EB,#FFF7E1'; +$lang->execution->boardColorList = array('#32C5FF', '#006AF1', '#9D28B2', '#FF8F26', '#FFC20E', '#00A78E', '#7FBB00', '#424BAC', '#C0E9FF', '#EC2761'); diff --git a/module/execution/view/executionkanban.html.php b/module/execution/view/executionkanban.html.php index 6eb5ff45d1..e416e41112 100644 --- a/module/execution/view/executionkanban.html.php +++ b/module/execution/view/executionkanban.html.php @@ -20,6 +20,7 @@ + execution->kanbanColType as $status => $colName):?> @@ -30,6 +31,7 @@ $executionList):?> + +
execution->doingProject . ' (' . $projectCount . ')';?>
@@ -81,6 +83,7 @@