demand->verify;?>
verify;?>
status) === false and empty($demand->files)) ? false : true;?>
attatch;?>
status) !== false ? true : false;?>
fetch('file', 'printFiles', array('files' => $demand->files, 'fieldset' => 'false', 'object' => $demand, 'method' => 'edit', 'showDelete' => $canChangeFile));?>
fetch('file', 'buildoldform') : '';?>
printExtendFields($demand, 'div', 'position=left');?>
lastEditedDate);
if(strpos('draft,changing', $demand->status) !== false)
{
echo html::commonButton($lang->save, "id='saveButton'", 'btn btn-primary btn-wide');
echo html::commonButton($demand->status == 'changing' ? $lang->demand->doNotSubmit : $lang->demand->saveDraft, "id='saveDraftButton'", 'btn btn-secondary btn-wide');
}
else
{
echo html::submitButton($lang->save);
}
if(!isonlybody()) echo html::backButton();
?>
getModuleRoot() . 'common/view/action.html.php';?>