diff --git a/Theme/Backend/checklist-list.tpl.php b/Theme/Backend/checklist-list.tpl.php index f0c1b8e..f9925dd 100644 --- a/Theme/Backend/checklist-list.tpl.php +++ b/Theme/Backend/checklist-list.tpl.php @@ -29,28 +29,28 @@ echo $this->getData('nav')->render(); ?>
| = $this->getText('ID', 0, 0); ?> - | = $this->getText('Status'); ?> - | = $this->getText('Name'); ?> - | = $this->getText('Creator'); ?> - | = $this->getText('Created'); ?> + | = $this->getHtml('ID', 0, 0); ?> + | = $this->getHtml('Status') ?> + | = $this->getHtml('Name') ?> + | = $this->getHtml('Creator') ?> + | = $this->getHtml('Created') ?> |
| = $footerView->render(); ?> + | |||||||||
| = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | |||||||||
| = $value->getId(); ?> - | = $value->getName(); ?> - | = $value->getParent(); ?> - | = $value->getUnit(); ?> + | = htmlspecialchars($value->getId(), ENT_COMPAT, 'utf-8'); ?> + | = htmlspecialchars($value->getName(), ENT_COMPAT, 'utf-8'); ?> + | = htmlspecialchars($value->getParent(), ENT_COMPAT, 'utf-8'); ?> + | = htmlspecialchars($value->getUnit(), ENT_COMPAT, 'utf-8'); ?> | ||
| = $this->getText('Empty', 0, 0); ?> + | = $this->getHtml('Empty', 0, 0); ?> | ||||||||
| = $this->getText('ID', 0, 0); ?> - | = $this->getText('Status'); ?> - | = $this->getText('Name'); ?> - | = $this->getText('Creator'); ?> - | = $this->getText('Created'); ?> + | = $this->getHtml('ID', 0, 0); ?> + | = $this->getHtml('Status') ?> + | = $this->getHtml('Name') ?> + | = $this->getHtml('Creator') ?> + | = $this->getHtml('Created') ?> |
| = $footerView->render(); ?> + | |||||||||
| = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | |||||||||
| = $value->getId(); ?> - | = $value->getName(); ?> - | = $value->getParent(); ?> - | = $value->getUnit(); ?> + | = htmlspecialchars($value->getId(), ENT_COMPAT, 'utf-8'); ?> + | = htmlspecialchars($value->getName(), ENT_COMPAT, 'utf-8'); ?> + | = htmlspecialchars($value->getParent(), ENT_COMPAT, 'utf-8'); ?> + | = htmlspecialchars($value->getUnit(), ENT_COMPAT, 'utf-8'); ?> | ||
| = $this->getText('Empty', 0, 0); ?> + | = $this->getHtml('Empty', 0, 0); ?> | ||||||||