From adad8ea3ae9e1fe7b945b60923b8a909391f1d07 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Tue, 21 Jun 2022 17:30:36 +0800 Subject: [PATCH] * Finish task #57882, #57874, #57873, #57855. --- module/block/lang/zh-cn.php | 2 +- module/block/view/dynamic.html.php | 2 ++ module/execution/css/story.css | 4 ++++ module/execution/css/storykanban.css | 4 ++++ module/execution/css/view.css | 3 +++ module/execution/js/story.js | 7 ++++++ module/execution/lang/en.php | 1 + module/execution/lang/zh-cn.php | 1 + module/execution/view/story.html.php | 26 +++++++++++++++------- module/execution/view/storykanban.html.php | 7 +++++- module/product/css/dashboard.css | 3 +++ module/project/css/view.css | 3 +++ module/story/lang/en.php | 1 - module/story/lang/zh-cn.php | 1 - module/testcase/model.php | 1 + 15 files changed, 54 insertions(+), 12 deletions(-) diff --git a/module/block/lang/zh-cn.php b/module/block/lang/zh-cn.php index 860e6e794a..4789083a16 100644 --- a/module/block/lang/zh-cn.php +++ b/module/block/lang/zh-cn.php @@ -90,7 +90,7 @@ $lang->block->remove = '移除'; $lang->block->refresh = '刷新'; $lang->block->nbsp = ''; $lang->block->hidden = '隐藏'; -$lang->block->dynamicInfo = "%s %s %s %s %s"; +$lang->block->dynamicInfo = "%s %s %s %s %s"; $lang->block->noLinkDynamic = "%s %s %s %s %s"; $lang->block->cannotPlaceInLeft = '此区块无法放置在左侧。'; $lang->block->cannotPlaceInRight = '此区块无法放置在右侧。'; diff --git a/module/block/view/dynamic.html.php b/module/block/view/dynamic.html.php index f645e92ae2..52e98d0915 100644 --- a/module/block/view/dynamic.html.php +++ b/module/block/view/dynamic.html.php @@ -4,6 +4,8 @@