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(); ?>
-

getText('Event') ?>

+

getHtml('Event'); ?>

-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/Backend/event-list.tpl.php b/Theme/Backend/event-list.tpl.php index 76cc093..9289e41 100644 --- a/Theme/Backend/event-list.tpl.php +++ b/Theme/Backend/event-list.tpl.php @@ -24,26 +24,26 @@ echo $this->getData('nav')->render(); ?>
- + - - $value) : $count++; ?> -
getText('Events') ?>getHtml('Events'); ?>
getText('Status'); ?> - getText('Type'); ?> - getText('Title'); ?> - getText('Start'); ?> - getText('End'); ?> - getText('Location'); ?> - getText('Expenses'); ?> - getText('Sales'); ?> - getText('Budget'); ?> + getHtml('Status') ?> + getHtml('Type') ?> + getHtml('Title') ?> + getHtml('Start') ?> + getHtml('End') ?> + getHtml('Location') ?> + getHtml('Expenses') ?> + getHtml('Sales') ?> + getHtml('Budget') ?>
render(); ?> + render(), ENT_COMPAT, 'utf-8'); ?>
getText('Empty', 0, 0); ?> +
getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/promotion-create.tpl.php b/Theme/Backend/promotion-create.tpl.php index 8e991d3..43d58a3 100644 --- a/Theme/Backend/promotion-create.tpl.php +++ b/Theme/Backend/promotion-create.tpl.php @@ -21,24 +21,24 @@ echo $this->getData('nav')->render(); ?>
-

getText('Promotion') ?>

+

getHtml('Promotion'); ?>

-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/Backend/promotion-list.tpl.php b/Theme/Backend/promotion-list.tpl.php index d12620d..967744a 100644 --- a/Theme/Backend/promotion-list.tpl.php +++ b/Theme/Backend/promotion-list.tpl.php @@ -24,24 +24,24 @@ echo $this->getData('nav')->render(); ?>
- + - - $value) : $count++; ?> -
getText('Events') ?>getHtml('Events'); ?>
getText('Status'); ?> - getText('Title'); ?> - getText('Start'); ?> - getText('End'); ?> - getText('Expenses'); ?> - getText('Sales'); ?> - getText('Budget'); ?> + getHtml('Status') ?> + getHtml('Title') ?> + getHtml('Start') ?> + getHtml('End') ?> + getHtml('Expenses') ?> + getHtml('Sales') ?> + getHtml('Budget') ?>
render(); ?> + render(), ENT_COMPAT, 'utf-8'); ?>
getText('Empty', 0, 0); ?> +
getHtml('Empty', 0, 0); ?>