execution->confirmUnlinkStory)?>
app->user->account;
$canLinkStory = $execution->hasProduct or $execution->multiple;
?>
$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'");?>
story->noStory;?>
createLink('execution', 'linkStory', "execution=$execution->id"), " " . $lang->execution->linkStory, '', "class='btn btn-info'");
}
else
{
$storyModuleID = (int)$this->cookie->storyModuleParam;
if(common::hasPriv('story', 'create'))
{
$createStoryLink = $this->createLink('story', 'create', "productID=$productID&branch=0&moduleID={$storyModuleID}&story=0&execution=$execution->id");
echo html::a($createStoryLink, " " . $lang->execution->createStory, '', "class='btn btn-info' data-app=$app->tab");
}
}
}
?>
story->stageList[$col] . ' (' . $storiesCount . ')';?> |
createLink('execution', 'storyView', "story=$story->id", '', true), "#{$story->id} {$story->title}", '', 'class="title kanbaniframe" title="' . $story->title . '"');
}
else
{
echo " " . "#" . $story->id . $story->title . "";
}
?>
story->priList, $story->pri);?>
story->statusList[$story->status];?>
createLink('execution', 'unlinkStory', "executionID=$executionID&story=$story->id"), "", 'hiddenwin', "title='{$lang->execution->unlinkStory}'");?>
estimate . "$config->hourUnit ";?>
|