diff --git a/Theme/backend/checklist-list.tpl.php b/Theme/backend/checklist-list.tpl.php index f4c7f1e..4b542ec 100644 --- a/Theme/backend/checklist-list.tpl.php +++ b/Theme/backend/checklist-list.tpl.php @@ -28,14 +28,14 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText('Checklist', 'Backend', 'Status'); ?> - | = $this->l11n->getText('Checklist', 'Backend', 'Name'); ?> - | = $this->l11n->getText('Checklist', 'Backend', 'Creator'); ?> - | = $this->l11n->getText('Checklist', 'Backend', 'Created'); ?> + | = $this->getText('ID'); ?> + | = $this->getText('Status'); ?> + | = $this->getText('Name'); ?> + | = $this->getText('Creator'); ?> + | = $this->getText('Created'); ?> |
| = $footerView->render(); ?> | |||||||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | = $this->getText('Empty'); ?> | ||||||||
| = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText('Checklist', 'Backend', 'Status'); ?> - | = $this->l11n->getText('Checklist', 'Backend', 'Name'); ?> - | = $this->l11n->getText('Checklist', 'Backend', 'Creator'); ?> - | = $this->l11n->getText('Checklist', 'Backend', 'Created'); ?> + | = $this->getText('ID'); ?> + | = $this->getText('Status'); ?> + | = $this->getText('Name'); ?> + | = $this->getText('Creator'); ?> + | = $this->getText('Created'); ?> |
| = $footerView->render(); ?> | |||||||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | = $this->getText('Empty'); ?> | ||||||||