data['tickets']; echo $this->data['nav']->render(); ?>
| = $this->getHtml('Unassigned'); ?> | = $this->data['stats']['unassigned']; ?> |
|---|---|
| = $this->getHtml('Open'); ?> | = $this->data['stats']['open']; ?> |
| = $this->getHtml('InProgress'); ?> | = $this->data['stats']['inprogress']; ?> |
| = $this->getHtml('Closed'); ?> | = $this->data['stats']['closed']; ?> |
| = $this->getHtml('Total'); ?> | = $this->data['stats']['total']; ?> |