diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index 2682aef..d0d3776 100644 --- a/Theme/Backend/production-list.tpl.php +++ b/Theme/Backend/production-list.tpl.php @@ -29,31 +29,31 @@ echo $this->getData('nav')->render(); ?>
| = $this->getText('Status'); ?> - | = $this->getText('ID', 0, 0); ?> - | = $this->getText('ID', 0, 0); ?> - | = $this->getText('Article'); ?> - | = $this->getText('Quantity'); ?> - | = $this->getText('Start'); ?> - | = $this->getText('Due'); ?> - | = $this->getText('Done'); ?> + | = $this->getHtml('Status') ?> + | = $this->getHtml('ID', 0, 0); ?> + | = $this->getHtml('ID', 0, 0); ?> + | = $this->getHtml('Article') ?> + | = $this->getHtml('Quantity') ?> + | = $this->getHtml('Start') ?> + | = $this->getHtml('Due') ?> + | = $this->getHtml('Done') ?> |
| = $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); ?> | ||||||||||||||