* finish task #2295.

This commit is contained in:
wangyidong
2015-08-28 16:02:12 +08:00
parent 0df81600ae
commit 2c1543c4a0
+6
View File
@@ -35,6 +35,12 @@
<?php
$browseLink = $app->session->storyList != false ? $app->session->storyList : $this->createLink('product', 'browse', "productID=$story->product&moduleID=$story->module");
$actionLinks = '';
/* Add story convenient. */
echo "<div class='btn-group'>";
common::printIcon('story', 'create', "productID=$story->product&moduleID=$story->module", '', 'button', 'plus');
echo '</div>';
if(!$story->deleted)
{
ob_start();