* code for task#1630.
This commit is contained in:
@@ -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. */
|
||||
|
||||
@@ -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 = '选择产品关联...';
|
||||
|
||||
/* 统计。*/
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user