|
'>
product]->type == 'normal' ? "disabled='disabled'" : '';?>
product]->type == 'normal') $branchTagOption[$story->product] = array();?>
product], $story->branch, "class='form-control picker-select' data-drop-width='auto' onchange='loadBranches($story->product, this.value, $storyID);' $disabled");?>
|
'>
id, array(0 => '/')), $story->module, "class='form-control picker-select' data-drop-width='auto'");?>
|
'>
parent < 0 ? "disabled='disabled'" : '';?>
product][$story->branch]) ? array('' => '') + $plans[$story->product][$story->branch] : array(), $story->plan, "class='form-control picker-select' data-drop-width='auto' $planDisabled");?>
|
|
>estimate, "class='form-control'"); ?> |
story->categoryList, $story->category, 'class="form-control picker-select" data-drop-width="auto"');?> |
>pri, 'class=form-control');?> |
'>assignedTo, "class='form-control picker-select' data-drop-width='auto'");?> |
>source, "class='form-control picker-select' data-drop-width='auto' id='source_$storyID'");?> |
source == 'meeting' or $story->source == 'researchreport')
{
$objects = $story->source == 'meeting' ? $meetings : $researchReports;
$html = html::select("sourceNote[$storyID]", $objects, $story->sourceNote, "class='form-control picker-select' data-drop-width='auto' id='sourceNote_$storyID'");
}
else
{
$html = html::input("sourceNote[$storyID]", $story->sourceNote, "class='form-control' id='sourceNote_$storyID'");
}
?>
' data-id="sourceNote;?>"> |
processStatus('story', $story);?> |
>stage, 'class="form-control"' . ($story->status == 'draft' ? ' disabled="disabled"' : ''));?> |
'>closedBy, "class='form-control" . ($story->status == 'closed' ? " picker-select' data-drop-width='auto'" : "' disabled='disabled'"));?> |
status == 'closed'):?>
>
|
>closedReason, 'class="form-control" disabled="disabled"');?> |
>keywords, 'class="form-control"');?> |
control == 'select' or $extendField->control == 'multi-select') ? " style='overflow: visible'" : '') . ">" . $this->loadModel('flow')->getFieldControl($extendField, $story, $extendField->field . "[{$storyID}]") . "";?>