From a319e31401edb08690adbf6a824722a3d9ec4e67 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 10 May 2016 11:17:25 +0800 Subject: [PATCH] * add notice in tutorial. --- module/tutorial/css/index.css | 4 ++-- module/tutorial/lang/en.php | 1 + module/tutorial/lang/zh-cn.php | 1 + module/tutorial/view/index.html.php | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/module/tutorial/css/index.css b/module/tutorial/css/index.css index 0a7b02c435..06f1c7553c 100644 --- a/module/tutorial/css/index.css +++ b/module/tutorial/css/index.css @@ -1,9 +1,9 @@ #pageContainer {position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden;} #iframeWrapper {position: absolute; left: 0; top: 0; bottom: 0; right: 300px; display: block} #sidebar {position: absolute; right: 0; top: 0; bottom: 0; width: 300px; background: #f5f5f5; overflow-y: auto; padding-top: 66px; border-left: 1px solid #ddd} -#sidebar > header {background: #3280FC; color: #fff; padding: 15px; position: fixed; top: 0; right: 0; z-index: 10; width: 300px; border-bottom: 1px solid #ddd} +#sidebar > header {background: #3280FC; color: #fff; padding: 10px; position: fixed; top: 0; right: 0; z-index: 10; width: 300px; border-bottom: 1px solid #ddd} #sidebar > header > h2 {margin: 0 0 0 40px; font-size: 18px; padding: 0; line-height: 36px; color: #fff} -#sidebar > header .start-icon {position: absolute; left: 20px; top: 15px; width: 36px; height: 36px; text-align: center; margin-right: 5px;} +#sidebar > header .start-icon {position: absolute; left: 20px; top: 10px; width: 36px; height: 36px; text-align: center; margin-right: 5px;} #sidebar > header .start-icon > .icon-front {color: #3280FC; position: absolute; width: 36px; height: 36px; line-height: 36px; top: 0; left: 0; font-size: 12px} #sidebar > header .start-icon > .icon-back {font-size: 22px; color: #fff; line-height: 36px;} #sidebar > header > .actions {position: absolute; right: 15px; top: 15px} diff --git a/module/tutorial/lang/en.php b/module/tutorial/lang/en.php index 21a746ae9e..9a8ad6622e 100644 --- a/module/tutorial/lang/en.php +++ b/module/tutorial/lang/en.php @@ -31,6 +31,7 @@ $lang->tutorial->congratulateTask = 'Congratulations! You have finished task【< $lang->tutorial->serverErrorTip = 'Some error has occurred.'; $lang->tutorial->ajaxSetError = 'Finished task must be defined. Set empty value to reset tasks.'; $lang->tutorial->novice = "You may use the ZenTao first, whether to enter the novice tutorial?"; +$lang->tutorial->dataNotSave = "Data is not save in the task of tutorial."; $lang->tutorial->tasks = array(); diff --git a/module/tutorial/lang/zh-cn.php b/module/tutorial/lang/zh-cn.php index dae8df6253..34fe46508c 100644 --- a/module/tutorial/lang/zh-cn.php +++ b/module/tutorial/lang/zh-cn.php @@ -31,6 +31,7 @@ $lang->tutorial->congratulateTask = '恭喜,你完成了任务 【tutorial->serverErrorTip = '发生了一些错误。'; $lang->tutorial->ajaxSetError = '必须指定已完成的任务,如果要重置任务,请设置值为空。'; $lang->tutorial->novice = "您可能初次使用禅道,是否进入新手教程"; +$lang->tutorial->dataNotSave = "教程任务中,数据不会保存。"; $lang->tutorial->tasks = array(); diff --git a/module/tutorial/view/index.html.php b/module/tutorial/view/index.html.php index 45de38b0c1..3f745a08de 100644 --- a/module/tutorial/view/index.html.php +++ b/module/tutorial/view/index.html.php @@ -53,6 +53,7 @@
tutorial->atTargetPage ?>
tutorial->reloadTargetPage ?>
+
tutorial->dataNotSave?>