* @package product * @version $Id: browse.html.php 4909 2013-06-26 07:23:50Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?>
createLink('story', 'batchCreate', "productID=$productID&branch=$branch&moduleID=$moduleID"), " {$lang->story->batchCreate}", '', "class='btn btn btn-secondary'");?> createLink('tutorial', 'wizard', "module=story&method=create¶ms=$wizardParams"); echo html::a($link, " {$lang->story->create}", '', "class='btn btn-primary'"); } else { $link = $this->createLink('story', 'create', "productID=$productID&branch=$branch&moduleID=$moduleID"); if(common::hasPriv('story', 'create')) echo html::a($link, " {$lang->story->create}", '', "class='btn btn-primary'"); } ?>
moduleName . ucfirst($this->methodName); $useDatatable = (isset($this->config->datatable->$datatableId->mode) and $this->config->datatable->$datatableId->mode == 'datatable'); $vars = "productID=$productID&branch=$branch&browseType=$browseType¶m=$param&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; if($useDatatable) include '../../common/view/datatable.html.php'; $setting = $this->datatable->getSetting('product'); $widths = $this->datatable->setFixedFieldWidth($setting); $columns = 0; ?> $value) { if($value->show) { $this->datatable->printHead($value, $orderBy, $vars); $columns ++; } } ?> $value) $this->story->printCell($value, $story, $users, $branches, $storyStages, $modulePairs, $storyTasks, $storyBugs, $storyCases, $useDatatable ? 'datatable' : 'table');?>

product->noStory;?> " . $lang->story->create, '', "class='btn btn-info'");?>