* @package task * @version $Id$ * @link http://www.zentao.net */ ?> task->placeholder); ?>
type != 'sprint'):?>
task->create;?>
id", $lang->project->importTask); common::printLink('project', 'importBug', "projectID=$project->id", $lang->project->importBug); ?>
task->project;?> name;?>
task->module;?> module, "class='select-3'");?>
task->assignedTo;?> assignedTo, 'class=select-3');?>
task->story;?> story, 'class=select-1 onchange=setPreview();');?> preview;?>
task->name;?> name, "class='text-1'"); echo html::commonButton($lang->task->copyStoryTitle, 'onclick=copyStoryTitle()');?>
task->desc;?> desc, "rows='7' class='area-1'");?>
task->pri;?> task->priList, $task->pri, 'class=select-3');?>
task->estimate;?> estimate, "class='text-3'") . $lang->task->hour;?>
task->estStarted;?> estStarted, "class='text-3 date'");?>
task->deadline;?> deadline, "class='text-3 date'");?>
task->type;?> task->typeList, $task->type, 'class=select-3 onchange="setOwners(this.value)"');?>
task->mailto;?> mailto, 'class="text-1"'); if($contactLists) echo html::select('', $contactLists, '', "onchange=\"setMailto('mailto', this.value)\""); ?>
files;?> fetch('file', 'buildform');?>
task->afterSubmit;?> task->afterChoices, 'continueAdding');?>