From 12d9c215ee8a201581b4598070ed614fcf13f038 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Fri, 15 Jul 2022 13:58:53 +0800 Subject: [PATCH 1/2] * Fix bug#25038. --- module/task/view/view.html.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php index 0f6294d40c..f0732f48dd 100644 --- a/module/task/view/view.html.php +++ b/module/task/view/view.html.php @@ -166,8 +166,10 @@
+ ' . $lang->goback, '', "class='btn btn-secondary'");?> -
";?> +
";?> + executionList = $execution;?> task->buildOperateMenu($task, 'view');?> From ea5c5c760d8cd04239b4087f3ca17e48d8225578 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Fri, 15 Jul 2022 14:38:17 +0800 Subject: [PATCH 2/2] * Delete future width when create project. --- module/project/css/create.css | 1 - 1 file changed, 1 deletion(-) diff --git a/module/project/css/create.css b/module/project/css/create.css index 1443b99aa3..0232e1b8fa 100644 --- a/module/project/css/create.css +++ b/module/project/css/create.css @@ -1,5 +1,4 @@ .popover-sm .popover-content {padding: 8px 10px; max-width: 228px;} -.c-future {width: 56px;} #dateRange {vertical-align: top; padding-top: 13px;} #endList {vertical-align: top; padding-top: 13px;}