diff --git a/module/block/control.php b/module/block/control.php index d5675e68fe..b0be807a3c 100755 --- a/module/block/control.php +++ b/module/block/control.php @@ -424,9 +424,9 @@ class block extends control { $html = $this->fetch('block', 'dynamic'); } - elseif($block->block == 'flowchart') + elseif($block->block == 'guide') { - $html = $this->fetch('block', 'flowchart'); + $html = $this->fetch('block', 'guide'); } elseif($block->block == 'assigntome') { @@ -1999,11 +1999,11 @@ class block extends control } /** - * Print flow chart block + * Print guide block * @access public * @return void */ - public function flowchart() + public function guide() { $this->display(); } diff --git a/module/block/lang/zh-cn.php b/module/block/lang/zh-cn.php index a85b4d3180..f8cab45e15 100644 --- a/module/block/lang/zh-cn.php +++ b/module/block/lang/zh-cn.php @@ -592,3 +592,11 @@ $lang->block->zentaoapp->notSupportKanban = '移动端暂不支持研发看 $lang->block->zentaoapp->notSupportVersion = '移动端暂不支持该禅道版本'; $lang->block->zentaoapp->incompatibleVersion = '当前禅道版本较低,请升级至最新版本后再试'; $lang->block->zentaoapp->canNotGetVersion = '获取禅道版本失败,请确认网址是否正确'; + +$lang->block->guideTabs['flowchart'] = '流程图'; +$lang->block->guideTabs['systemMode'] = '运行模式'; +$lang->block->guideTabs['visionSwitch'] = '界面切换'; +$lang->block->guideTabs['themeSwitch'] = '主题切换'; +$lang->block->guideTabs['preference'] = '个性化设置'; +$lang->block->guideTabs['downloadClient'] = '客户端下载'; +$lang->block->guideTabs['downloadMoblie'] = '移动端下载'; diff --git a/module/block/view/guide.html.php b/module/block/view/guide.html.php new file mode 100644 index 0000000000..48aac71896 --- /dev/null +++ b/module/block/view/guide.html.php @@ -0,0 +1,47 @@ + + +
+
+
+ +
+
+
+
+