diff --git a/Theme/Backend/event-create.tpl.php b/Theme/Backend/event-create.tpl.php index 308d0d3..6038646 100644 --- a/Theme/Backend/event-create.tpl.php +++ b/Theme/Backend/event-create.tpl.php @@ -21,20 +21,20 @@ echo $this->getData('nav')->render(); ?>
| = $this->getText('Status'); ?> - | = $this->getText('Type'); ?> - | = $this->getText('Title'); ?> - | = $this->getText('Start'); ?> - | = $this->getText('End'); ?> - | = $this->getText('Location'); ?> - | = $this->getText('Expenses'); ?> - | = $this->getText('Sales'); ?> - | = $this->getText('Budget'); ?> + | = $this->getHtml('Status') ?> + | = $this->getHtml('Type') ?> + | = $this->getHtml('Title') ?> + | = $this->getHtml('Start') ?> + | = $this->getHtml('End') ?> + | = $this->getHtml('Location') ?> + | = $this->getHtml('Expenses') ?> + | = $this->getHtml('Sales') ?> + | = $this->getHtml('Budget') ?> |
| = $footerView->render(); ?> + | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | ||||||||||||||||
| = $this->getText('Empty', 0, 0); ?> + | |||||||||||||||||
| = $this->getHtml('Empty', 0, 0); ?> | |||||||||||||||||
| = $this->getText('Status'); ?> - | = $this->getText('Title'); ?> - | = $this->getText('Start'); ?> - | = $this->getText('End'); ?> - | = $this->getText('Expenses'); ?> - | = $this->getText('Sales'); ?> - | = $this->getText('Budget'); ?> + | = $this->getHtml('Status') ?> + | = $this->getHtml('Title') ?> + | = $this->getHtml('Start') ?> + | = $this->getHtml('End') ?> + | = $this->getHtml('Expenses') ?> + | = $this->getHtml('Sales') ?> + | = $this->getHtml('Budget') ?> |
| = $footerView->render(); ?> + | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | ||||||||||||
| = $this->getText('Empty', 0, 0); ?> + | |||||||||||||
| = $this->getHtml('Empty', 0, 0); ?> | |||||||||||||