diff --git a/Theme/Backend/supplier-create.tpl.php b/Theme/Backend/supplier-create.tpl.php index 8261c4c..2f6835c 100644 --- a/Theme/Backend/supplier-create.tpl.php +++ b/Theme/Backend/supplier-create.tpl.php @@ -20,32 +20,32 @@ echo $this->getData('nav')->render(); ?>
| IP - | = $this->getText('ID', 0, 0); ?> - | = $this->getText('Name'); ?> - | = $this->getText('Log'); ?> - | = $this->getText('Date'); ?> + | = $this->getHtml('ID', 0, 0); ?> + | = $this->getHtml('Name') ?> + | = $this->getHtml('Log') ?> + | = $this->getHtml('Date') ?> | |||
| = $footerView->render(); ?> + | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | ||||||||||
| = $this->request->getOrigin(); ?> - | = $this->request->getAccount(); ?> - | = $this->request->getAccount(); ?> + | = htmlspecialchars($this->request->getOrigin(), ENT_COMPAT, 'utf-8'); ?> + | = htmlspecialchars($this->request->getAccount(), ENT_COMPAT, 'utf-8'); ?> + | = htmlspecialchars($this->request->getAccount(), ENT_COMPAT, 'utf-8'); ?> | Creating suppier - | = (new \DateTime('now'))->format('Y-m-d H:i:s') ?> + | = htmlspecialchars((new \DateTime('now'))->format('Y-m-d H:i:s') , ENT_COMPAT, 'utf-8'); ?> | |||
| = $this->getText('ID', 0, 0); ?> - | = $this->getText('Name1'); ?> - | = $this->getText('Name2'); ?> - | = $this->getText('Name3'); ?> - | = $this->getText('City'); ?> - | = $this->getText('Zip'); ?> - | = $this->getText('Address'); ?> - | = $this->getText('Country'); ?> + | = $this->getHtml('ID', 0, 0); ?> + | = $this->getHtml('Name1') ?> + | = $this->getHtml('Name2') ?> + | = $this->getHtml('Name3') ?> + | = $this->getHtml('City') ?> + | = $this->getHtml('Zip') ?> + | = $this->getHtml('Address') ?> + | = $this->getHtml('Country') ?> |
| = $footerView->render(); ?> + | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | ||||||||||||||
| = $this->getText('Empty', 0, 0); ?> + | |||||||||||||||
| = $this->getHtml('Empty', 0, 0); ?> | |||||||||||||||