| demand->pool;?> |
pool, "class='form-control chosen'");?> |
| demand->product;?> |
|
demand->assignedTo;?>
assignedTo, "class='form-control chosen'");?>
|
| demand->source;?> |
demand->sourceList, $demand->source, "class='form-control chosen'");?>
|
demand->sourceNote;?>
sourceNote, "class='form-control'");?>
|
| demand->duration;?> |
demand->durationList, $demand->duration, "class='form-control chosen'");?> |
demand->BSA;?>
demand->bsaList, $demand->BSA, "class='form-control chosen'");?>
|
| demand->feedbackedBy;?> |
feedbackedBy, "class='form-control'");?>
demand->email;?>
email, "class='form-control'");?>
|
parent >= 0):?>
demand->parent;?>
parent, "class='form-control chosen'");?>
|
status) !== false):?>
| demand->reviewer;?> |
demand->checkForceReview()):?>
reviewer, 'class="form-control picker-select" multiple')?>
reviewer, 'class="form-control picker-select" multiple required')?>
|
| demand->title;?> |
demand->category;?>
demand->categoryList, $demand->category, "class='form-control chosen'");?>
|
| demand->spec;?> |
status) !== false ? html::textarea('spec', $demand->spec, "rows='6' class='form-control kindeditor' hidefocus='true'") : " {$demand->spec} ";?>
|
| demand->verify;?> |
status) !== false ? html::textarea('verify', $demand->verify, "rows='6' class='form-control kindeditor' hidefocus='true'") : " {$demand->verify} ";?>
|
| files;?> |
fetch('file', 'buildoldform', 'fileCount=1&percent=0.85');?> |
| demand->mailto;?> |
mailto, "class='form-control chosen' data-placeholder='{$lang->chooseUsersToMail}' multiple");?>
fetch('my', 'buildContactLists');?>
|
| demand->keywords;?> |
keywords, "class='form-control'");?> |
|
status) !== false)
{
echo html::commonButton($lang->save, "id='saveButton'", 'btn btn-primary btn-wide');
echo html::commonButton($demand->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();
?>
|