diff --git a/Theme/backend/support-list.tpl.php b/Theme/backend/support-list.tpl.php index 4cf32ca..171aa0b 100644 --- a/Theme/backend/support-list.tpl.php +++ b/Theme/backend/support-list.tpl.php @@ -20,15 +20,15 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText('Support', 'Backend', 'Status'); ?> - | = $this->l11n->getText('Support', 'Backend', 'Priority'); ?> - | = $this->l11n->getText('Support', 'Backend', 'Title'); ?> - | = $this->l11n->getText('Support', 'Backend', 'Responsible'); ?> + |
| = $this->getText('ID'); ?> + | = $this->getText('Status'); ?> + | = $this->getText('Priority'); ?> + | = $this->getText('Title'); ?> + | = $this->getText('Responsible'); ?> |
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | ||||
| = $this->getText('Empty'); ?> | ||||