* code for task#1630.

This commit is contained in:
xia0ta0
2013-08-01 11:28:25 +08:00
parent 75e02e86cf
commit 984e5efadb
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ $lang->project->afterInfo = 'Successful and you can do:';
$lang->project->setTeam = 'Set team';
$lang->project->linkStory = 'Link story';
$lang->project->createTask = 'Create task';
$lang->project->goback = 'Go back(Automatically after 5 seconds)';
$lang->project->goback = 'Go back';
$lang->project->linkProduct = 'Select product to link...';
/* Report. */
+1 -1
View File
@@ -192,7 +192,7 @@ $lang->project->afterInfo = '项目添加成功,您现在可以进
$lang->project->setTeam = '设置团队';
$lang->project->linkStory = '关联需求';
$lang->project->createTask = '添加任务';
$lang->project->goback = '返回项目首页(5秒后将自动跳转)';
$lang->project->goback = '返回项目首页';
$lang->project->linkProduct = '选择产品关联...';
/* 统计。*/
+1 -2
View File
@@ -20,8 +20,7 @@ var projectID = <?php echo $projectID;?>;
defaultURL = createLink('project', 'task', 'projectID=' + projectID);
$(document).ready(function()
{
$.fn.colorbox({html:tips, open:true, transition:'none', width:450, height:250});
setTimeout( function() {location.href=defaultURL}, 5000);
$.fn.colorbox({html:tips, open:true, transition:'none', width:450, height:250, onCleanup:function(){parent.location.href=defaultURL;}});
});
</script>
</body>