From 39a58efedf4d6bd1e6a68f58f0c06a3836c6abb4 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 22 Mar 2022 10:53:22 +0800 Subject: [PATCH] * Fix bug #15763. --- module/execution/css/story.css | 2 +- module/execution/view/story.html.php | 33 +++++++++++----------------- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/module/execution/css/story.css b/module/execution/css/story.css index 42a3c1410d..dbf6c85239 100644 --- a/module/execution/css/story.css +++ b/module/execution/css/story.css @@ -12,4 +12,4 @@ th.c-pri{width:50px;} .c-category {width: 80px;} .c-actions-7 {width: 190px;} .closed-story {color: #e5e5e5;} -.stageBox {height: 180px; overflow: scroll; background: white;} +.stageBox {height: 180px; overflow: scroll; background: #ffffff;} diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index 35f3345ed3..b5698c9e6e 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -218,7 +218,7 @@ createLink('story', 'view', "storyID=$story->id&version=$story->version¶m=$execution->id"); $totalEstimate += $story->estimate; -?> + ?> @@ -353,25 +353,18 @@
- "; - } - else - { - echo "'; - ?> +