createLink('task', 'export', "execution=$executionID&orderBy=$orderBy&type=calendar") : '#';
echo html::a($link, " " . $lang->task->export, '', $misc);
?>
execution = $executionID;
$misc = common::hasPriv('task', 'create', $checkObject) ? "class='btn btn-primary'" : "class='btn btn-primary disabled'";
$link = common::hasPriv('task', 'create', $checkObject) ? $this->createLink('task', 'create', "execution=$executionID" . (isset($moduleID) ? "&storyID=&moduleID=$moduleID" : '')) : '#';
echo html::a($link, "" . $lang->task->create, '', $misc);
?>