From 744dc06baa1b50d35fa08f5eb492a8bf488b3772 Mon Sep 17 00:00:00 2001
From: leiyong <1549684884@qq.com>
Date: Wed, 26 Aug 2020 16:56:53 +0800
Subject: [PATCH] * Add scrum roadmap block.
---
module/block/view/scrumroadmapblock.html.php | 54 +++++++++-----------
1 file changed, 24 insertions(+), 30 deletions(-)
diff --git a/module/block/view/scrumroadmapblock.html.php b/module/block/view/scrumroadmapblock.html.php
index 28680d4c86..dfc6b844e0 100644
--- a/module/block/view/scrumroadmapblock.html.php
+++ b/module/block/view/scrumroadmapblock.html.php
@@ -36,36 +36,30 @@
- $mapBranches):?>
-
-
- begin)):?>
- - begin) echo 'class="active"';?>>
- id}");?>">
- title;?>
- begin = date('Y/m/d', strtotime($plan->begin));
- $plan->end = '-' . date('m/d', strtotime($plan->end));
- ?>
- begin . $plan->end;?>
- block->estimatedHours;?> hour;?> h
-
-
-
- -
- id}");?>">
- name . "($plan->buildName)";?>
- date = date('Y/m/d', strtotime($plan->date));
- ?>
- date;?>
- stories) ? 0 : $this->block->getStorysEstimateHours(explode(',', $plan->stories));?>
- block->consumedHours;?> h
-
-
-
-
-
+
+ begin)):?>
+ - begin) echo 'class="active"';?>>
+ id}");?>">
+ title;?>
+ begin = date('Y/m/d', strtotime($plan->begin));
+ $plan->end = '-' . date('m/d', strtotime($plan->end));
+ ?>
+ begin . $plan->end;?>
+ block->estimatedHours;?> hour;?> h
+
+
+
+ -
+ id}");?>">
+ name . "($plan->buildName)";?>
+ date = date('Y/m/d', strtotime($plan->date));?>
+ date;?>
+ stories) ? 0 : $this->block->getStorysEstimateHours(explode(',', $plan->stories));?>
+ block->consumedHours;?> h
+
+
+