* @package ticket * @version $Id$ * @link http://www.zentao.net */ ?> loadModel('datatable');?> getModuleRoot() . 'common/view/header.html.php';?> getModuleRoot() . 'common/view/datatable.fix.html.php';?> session->ticketBrowseType); js::set('sessionObjectID', $this->session->ticketObjectID); js::set('productID', $productID); ?>
'>

ticket->noTicket;?>

moduleName . ucfirst($this->methodName); $useDatatable = (isset($config->datatable->$datatableID->mode) and $config->datatable->$datatableID->mode == 'datatable'); ?>
>
recTotal}&recPerPage={$pager->recPerPage}"; if($useDatatable) include $app->getModuleRoot() . 'common/view/datatable.html.php'; $setting = $this->datatable->getSetting('ticket'); $widths = $this->datatable->setFixedFieldWidth($setting); $columns = 0; $canBatchEdit = common::hasPriv('ticket', 'batchEdit'); $canBatchActivate = common::hasPriv('ticket', 'batchActivate'); $canBatchFinish = common::hasPriv('ticket', 'batchFinish'); $canBatchAssignTo = common::hasPriv('ticket', 'batchAssignTo'); $canBatchAction = ($canBatchEdit or $canBatchActivate or $canBatchFinish or $canBatchAssignTo); ?> ';?> ' id='ticketList' data-fixed-left-width='' data-fixed-right-width=''> $value) { if($value->show) $this->datatable->printHead($value, $orderBy, $vars, $canBatchAction); } ?> $value) { if($value->show) $this->ticket->printCell($value, $ticket, $users, $products); } ?>
';?>
getModuleRoot() . 'common/view/footer.html.php';?>