createLink('execution', 'ganttsetting', "executionID=$executionID", '', true), "
" . $lang->execution->ganttSetting, '', "class='btn btn-link iframe' data-width='40%'");?>
config->CRProject) or $execution->status != 'closed') and common::hasPriv('execution', 'relation')) echo html::a($this->createLink('execution', 'relation', "executionID=$executionID"), "
" . $lang->execution->maintainRelation, '', "class='btn btn-link'");?>
app->rawMethod != 'relation' and $this->app->rawMethod != 'maintainrelation'):?>
createLink('execution', 'maintainRelation', "executionID=$executionID"), "
" . $lang->execution->gantt->editRelationOfTasks, '', "class='btn btn-secondary'");
?>
execution = $executionID;
$misc = common::hasPriv('task', 'create', $checkObject) ? "class='btn btn-primary iframe' data-width='1200px'" : "class='btn btn-primary disabled'";
$link = common::hasPriv('task', 'create', $checkObject) ? $this->createLink('task', 'create', "execution=$executionID" . (isset($moduleID) ? "&storyID=&moduleID=$moduleID" : ''), '', true) : '#';
echo html::a($link, "
" . $lang->task->create, '', $misc);
?>