task->create;?>

createLink('custom', 'ajaxSaveCustomFields', 'module=task§ion=custom&key=createFields')?>
type != 'kanban' or $this->config->vision == 'lite'):?> type == 'kanban'):?> printExtendFields('', 'table', 'columns=3');?> lifetime != 'ops' and !in_array($execution->attribute, array('request', 'review'))):?>
task->execution;?> id, "class='form-control chosen' onchange='loadAll(this.value)' required");?>
task->type;?> task->typeList, $task->type, "class='form-control chosen' onchange='setOwners(this.value)' required");?>
task->module;?> module, "class='form-control chosen' onchange='setStories(this.value, $execution->id)'");?>
>
task->assignedTo;?>
assignedTo, "class='form-control chosen'");?> team)) { foreach($task->team as $team) $teamMember .= ' ' . zget($members, $team->account); } ?>
kanbancard->region;?>
kanbancard->lane;?>
task->status;?>
task->story;?> task->noticeLinkStory, html::a($this->createLink('execution', 'linkStory', "executionID=$execution->id"), $lang->execution->linkStory, '', 'class="text-primary"'), html::a("javascript:loadStories($execution->id)", $lang->refresh, '', 'class="text-primary"')); if(empty($execution->hasProduct)) $noticeLinkStory = $lang->task->noticeLinkStoryNoProduct; echo $noticeLinkStory; ?>
story, "class='form-control chosen' onchange='setStoryRelated();'");?> preview;?>
task->name;?>
name, "class='form-control' required");?> task->copyStoryTitle;?>
task->pri;?> task->priList as $priKey => $priValue) { if(!empty($priKey) and (string)$priKey != (string)$priValue) { $hasCustomPri = true; break; } } $priList = $lang->task->priList; if(end($priList)) unset($priList[0]); if(!isset($priList[$task->pri])) { reset($priList); $task->pri = key($priList); } ?> pri, "class='form-control $hiddenPri'");?>
task->estimateAB;?>
task->desc;?> fetch('user', 'ajaxPrintTemplates', 'type=task&link=desc');?> desc), "rows='10' class='form-control kindeditor'");?>
files;?> fetch('file', 'buildform');?>
task->datePlan;?>
estStarted, "class='form-control form-date $hiddenEstStarted estStartedBox' placeholder='{$lang->task->estStarted}'");?> ~ deadline, "class='form-control form-date $hiddenDeadline deadlineBox' placeholder='{$lang->task->deadline}'");?>
story->mailto;?>
mailto), "class='form-control picker-select' data-placeholder='{$lang->chooseUsersToMail}' multiple");?> acl != 'private') echo $this->fetch('my', 'buildContactLists');?>
task->afterSubmit;?> task->afterChoices, !empty($task->id) ? 'toTaskList' : 'continueAdding');?>
goback, '', 'class="btn btn-wide"') : html::backButton();?>