createLink('execution', 'story', "executionID=$execution->id"), "{$lang->story->allStories}", '', "class='btn btn-link'");?>
createLink('execution', 'storykanban', "executionID=$execution->id"), "{$lang->execution->kanban} {$total}", '', "class='btn btn-link btn-active-text'");?>
id");
echo html::a($this->createLink('tutorial', 'wizard', "module=execution&method=linkStory¶ms=$wizardParams"), " {$lang->execution->linkStory}",'', "class='btn btn-link link-story-btn'");
}
else
{
common::printIcon('execution', 'linkStory', "execution=$execution->id", '', 'button', 'link', '', 'btn-link link-story-btn');
}
}
?>
loadModel('story')->checkForceReview()) common::printLink('story', 'create', "productID=$productID&branch=&moduleID=0&story=0&execution=$execution->id", " " . $lang->execution->createStory, '', "class='btn btn-primary' class='btn btn-link export' data-group='execution'");?>