diff --git a/Theme/Backend/support-list.tpl.php b/Theme/Backend/support-list.tpl.php index 4bdf949..167e7bb 100644 --- a/Theme/Backend/support-list.tpl.php +++ b/Theme/Backend/support-list.tpl.php @@ -21,16 +21,16 @@ echo $this->getData('nav')->render(); ?>
| = $this->getText('ID', 0, 0); ?> - | = $this->getText('Status'); ?> - | = $this->getText('Priority'); ?> - | = $this->getText('Title'); ?> - | = $this->getText('Responsible'); ?> + |
| = $this->getHtml('ID', 0, 0); ?> + | = $this->getHtml('Status') ?> + | = $this->getHtml('Priority') ?> + | = $this->getHtml('Title') ?> + | = $this->getHtml('Responsible') ?> |
| = $this->getText('Empty', 0, 0); ?> + | ||||
| = $this->getHtml('Empty', 0, 0); ?> | ||||