* @package project * @version $Id: task.html.php 4894 2013-06-25 01:28:39Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?>
moduleName . ucfirst($this->methodName); $useDatatable = (isset($this->config->datatable->$datatableId->mode) and $this->config->datatable->$datatableId->mode == 'datatable'); $vars = "projectID=$project->id&status=$status&parma=$param&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage"; if($useDatatable) include '../../common/view/datatable.html.php'; $customFields = $this->datatable->getSetting('project'); if($project->type == 'ops') { foreach($customFields as $id => $customField) { if($customField->id == 'story') unset($customFields[$id]); } } $widths = $this->datatable->setFixedFieldWidth($customFields); $columns = 0; ?> show) { $this->datatable->printHead($field, $orderBy, $vars); $columns++; } } ?> task->printCell($field, $task, $users, $browseType, $branchGroups, $modulePairs, $useDatatable ? 'datatable' : 'table');?> children)):?> children as $key => $child):?> children)) ? ' table-child-bottom' : '';?> task->printCell($field, $child, $users, $browseType, $branchGroups, $modulePairs, $useDatatable ? 'datatable' : 'table', true);?>
project->checkedSummary);?>