$colStories)
{
if(!in_array($col, $cols)) continue;
$total += count($colStories);
}
?>
createLink('execution', 'storykanban', "executionID=$execution->id"), "{$lang->execution->kanban} {$total}", '', "class='btn btn-link btn-active-text'");?>
createLink('execution', 'story', "executionID=$execution->id"), " ", '', "class='btn btn-icon switchBtn' title='{$lang->execution->list}' data-type='bylist'");?>
createLink('execution', 'storykanban', "executionID=$execution->id"), " ", '', "class='btn btn-icon text-primary switchBtn' title='{$lang->execution->kanban}' data-type='bykanban'");?>
loadModel('story')->checkForceReview()) common::printLink('story', 'create', "productID=$productID&branch=&moduleID=0&story=0&execution=$execution->id", " " . $lang->execution->createStory, '', "class='btn btn-secondary' class='btn btn-link export' data-group='execution'");?>
id");
echo html::a($this->createLink('tutorial', 'wizard', "module=execution&method=linkStory¶ms=$wizardParams"), " {$lang->execution->linkStory}", '', "class='btn btn-primary'");
}
elseif($execution->hasProduct)
{
common::printLink('execution', 'linkStory', "execution=$execution->id", " " . $lang->execution->linkStory, '', "class='btn btn-primary'");
}
}
?>