id;?> createLink('story', 'view', "storyID=$story->id"), $story->title, '', 'class="story-title"');?> arrow . ' ' . $lang->story->edit;?>

title, 'class="form-control disabled story-title"' . (strpos('draft,changing', $story->status) !== false ? '' : ' disabled="disabled"'));?>
status) !== false):?>
story->reviewers;?>
story->checkForceReview()):?>
/>
story->legendSpec;?>
status) !== false ? html::textarea('spec', htmlSpecialString($story->spec), "rows='5' class='form-control'") : $story->spec;?>
status) === false and empty($files)) ? false : true;?>
attatch;?>
status) !== false ? true : false;?> fetch('file', 'printFiles', array('files' => $story->files, 'fieldset' => 'false', 'object' => $story, 'method' => 'edit', 'showDelete' => $canChangeFile));?> fetch('file', 'buildform') : '';?>
printExtendFields($story, 'div', 'position=left');?>
story->comment;?>
lastEditedDate); echo html::hidden('product', $story->product); if(strpos('draft,changing', $story->status) !== false) { echo html::commonButton($lang->save, "id='saveButton'", 'btn btn-primary btn-wide'); echo html::commonButton($story->status == 'changing' ? $lang->story->doNotSubmit : $lang->story->saveDraft, "id='saveDraftButton'", 'btn btn-secondary btn-wide'); } else { echo html::submitButton($lang->save); } if(!isonlybody()) echo html::backButton(); ?>

app->getModuleRoot() . 'common/view/action.html.php';?>
story->legendBasicInfo;?>
parent >= 0 and $story->type == 'story'):?> '> '>
story->module;?>
module, "class='form-control chosen'"); if(count($moduleOptionMenu) == 1) { echo ""; echo html::a($this->createLink('tree', 'browse', "rootID=$story->product&view=story¤tModuleID=0&branch=$story->branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; echo html::a("javascript:void(0)", $lang->refreshIcon, '', "class='refresh' title='$lang->refresh' onclick='loadProductModules($story->product)'"); echo ''; } ?>
story->parent;?> parent, "class='form-control chosen'");?>
story->status;?> processStatus('story', $story);?> status);?>
story->pri;?> story->priList, $story->pri, "class='form-control chosen'");?>
story->estimate;?> parent >= 0 ? html::input('estimate', $story->estimate, "class='form-control'") : $story->estimate;?>
story->feedbackBy;?> feedbackBy, "class='form-control'");?>
story->notifyEmail;?> notifyEmail, "class='form-control'");?>
story->keywords;?> keywords, "class='form-control'");?>
story->mailto;?>
mailto), "class='form-control picker-select' multiple");?> fetch('my', 'buildContactLists');?>
story->legendLifeTime;?>
status == 'closed' ? $users + array('closed' => 'Closed') : $users;?> status == 'reviewing'):?> status == 'closed'):?>
story->openedBy;?> openedBy);?>
story->assignedTo;?> assignedTo, 'class="form-control chosen"');?>
story->reviewers;?>
story->closedBy;?> closedBy, 'class="form-control chosen"');?>
story->closedReason;?> story->reasonList, $story->closedReason, "class='form-control' onchange='setStory(this.value)'");?>
printExtendFields($story, 'div', 'position=right');?>