* rewrite batch create page.

This commit is contained in:
wangchunsheng
2012-09-02 02:53:29 +00:00
parent 2ee371d194
commit 84fc79e8c0
5 changed files with 17 additions and 24 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class task extends control
}
$stories = $this->story->getProjectStoryPairs($projectID);
$stories['same'] = $this->lang->task->same;
$stories['ditto'] = $this->lang->task->ditto;
$members = $this->project->getTeamMemberPairs($projectID, 'nodeleted');
$header['title'] = $project->name . $this->lang->colon . $this->lang->task->create;
$position[] = html::a($taskLink, $project->name);