* @package story
* @version $Id$
* @link http://www.zentao.net
*/
?>
deleted) echo "class='deleted'";?>>STORY #id . ' ' . $story->title;?>
session->storyList != false ? $app->session->storyList : $this->createLink('product', 'browse', "productID=$story->product&moduleID=$story->module");
$actionLinks = '';
if(!$story->deleted)
{
ob_start();
if($this->story->isClickable($story, 'change')) common::printIcon('story', 'change', "storyID=$story->id");
if($this->story->isClickable($story, 'review')) common::printIcon('story', 'review', "storyID=$story->id");
if($this->story->isClickable($story, 'close')) common::printIcon('story', 'close', "storyID=$story->id");
if($this->story->isClickable($story, 'activate')) common::printIcon('story', 'activate', "storyID=$story->id");
common::printIcon('story', 'createCase', "productID=$story->product&moduleID=0&from=¶m=0&storyID=$story->id", '', 'button', 'createCase');
common::printDivider();
common::printIcon('story', 'edit', "storyID=$story->id");
common::printCommentIcon('story');
common::printIcon('story', 'create', "productID=$story->product&moduleID=$story->module&storyID=$story->id", '', 'button', 'copy');
common::printIcon('story', 'delete', "storyID=$story->id", '', 'button', '', 'hiddenwin');
common::printDivider();
common::printRPN($browseLink, $preAndNext);
$actionLinks = ob_get_contents();
ob_clean();
echo $actionLinks;
}
else
{
common::printRPN($browseLink);
}
?>
|
fetch('file', 'printFiles', array('files' => $story->files, 'fieldset' => 'true'));?>
deleted) echo $actionLinks;?>
|
|
|