* @package project * @version $Id: task.html.php 4894 2013-06-25 01:28:39Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?>
icons['project']);?> name;?>
edit);?> delete, 'hiddenwin');?> tree->manage);?>
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; ?> table-selectable' id='taskList' data-checkable='true' data-fixed-left-width='' data-fixed-right-width='' data-custom-menu='true' data-checkbox-name='taskIDList[]'> 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);?> cookie->windowWidth > $this->config->wideSize ? 15 : 13) - ($project->type == 'sprint' ? 0 : 1);?>
createLink('task', 'batchEdit', "projectID=$projectID"); $misc = $canBatchEdit ? "onclick=\"setFormAction('$actionLink', '', '#projectTaskForm')\"" : "disabled='disabled'"; echo "
"; echo html::commonButton($lang->edit, $misc); echo ""; echo "
"; } echo "
" . $summary . "
"; ?>
show();?>
project->checkedSummary);?>