diff --git a/Theme/Backend/accounts-create.tpl.php b/Theme/Backend/accounts-create.tpl.php index 9a4c1b3..a9bec9a 100644 --- a/Theme/Backend/accounts-create.tpl.php +++ b/Theme/Backend/accounts-create.tpl.php @@ -17,36 +17,36 @@ echo $this->getData('nav')->render(); ?>
-

getText('Account') ?>

+

getHtml('Account'); ?>

-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -55,14 +55,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Groups') ?>

+

getHtml('Groups'); ?>

-
+
-
+
@@ -71,14 +71,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Permissions') ?>

+

getHtml('Permissions'); ?>

-
+
-
+
diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php index 3c21d93..a8fa672 100644 --- a/Theme/Backend/accounts-list.tpl.php +++ b/Theme/Backend/accounts-list.tpl.php @@ -31,28 +31,28 @@ echo $this->getData('nav')->render();
- + - - getData('list:elements') as $key => $value) : $c++; $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?> -
getText('Groups'); ?>getHtml('Groups') ?>
getText('ID', 0, 0); ?> - getText('Status'); ?> - getText('Name'); ?> - getText('Activity'); ?> - getText('Created'); ?> + getHtml('ID', 0, 0); ?> + getHtml('Status') ?> + getHtml('Name') ?> + getHtml('Activity') ?> + getHtml('Created') ?>
render(); ?> +
render(), ENT_COMPAT, 'utf-8'); ?>
getId(); ?> - getStatus(); ?> - getName1(); ?> - getLastActive()->format('Y-m-d H:i:s'); ?> - getCreatedAt()->format('Y-m-d H:i:s'); ?> + getId(), ENT_COMPAT, 'utf-8'); ?> + getStatus(), ENT_COMPAT, 'utf-8'); ?> + getName1(), ENT_COMPAT, 'utf-8'); ?> + getLastActive()->format('Y-m-d H:i:s'), ENT_COMPAT, 'utf-8'); ?> + getCreatedAt()->format('Y-m-d H:i:s'), ENT_COMPAT, 'utf-8'); ?> -
getText('Empty', 0, 0); ?> +
getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/accounts-single.tpl.php b/Theme/Backend/accounts-single.tpl.php index 1b2d32d..9453f51 100644 --- a/Theme/Backend/accounts-single.tpl.php +++ b/Theme/Backend/accounts-single.tpl.php @@ -22,38 +22,38 @@ echo $this->getData('nav')->render(); ?>
-

getText('Account') ?>

+

getHtml('Account'); ?>

-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -62,14 +62,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Groups') ?>

+

getHtml('Groups'); ?>

-
+
-
+
@@ -78,14 +78,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Permissions') ?>

+

getHtml('Permissions'); ?>

-
+
-
+
diff --git a/Theme/Backend/groups-create.tpl.php b/Theme/Backend/groups-create.tpl.php index 7a700b7..e21763b 100644 --- a/Theme/Backend/groups-create.tpl.php +++ b/Theme/Backend/groups-create.tpl.php @@ -21,20 +21,20 @@ echo $this->getData('nav')->render(); ?>
-

getText('Group') ?>

+

getHtml('Group'); ?>

-
+ -
+
+
-
+
-
+
@@ -43,14 +43,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Parent') ?>

+

getHtml('Parent'); ?>

-
+
-
+
@@ -59,14 +59,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Permissions') ?>

+

getHtml('Permissions'); ?>

-
+
-
+
diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php index a2cf598..2c848a0 100644 --- a/Theme/Backend/groups-list.tpl.php +++ b/Theme/Backend/groups-list.tpl.php @@ -28,28 +28,28 @@ echo $this->getData('nav')->render(); ?>
- + - - getData('list:elements') as $key => $value) : $c++; $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> -
getText('Groups'); ?>getHtml('Groups') ?>
getText('ID', 0, 0); ?> - getText('Name'); ?> - getText('Parents'); ?> - getText('Children'); ?> - getText('Members'); ?> + getHtml('ID', 0, 0); ?> + getHtml('Name') ?> + getHtml('Parents') ?> + getHtml('Children') ?> + getHtml('Members') ?>
render(); ?> +
render(), ENT_COMPAT, 'utf-8'); ?>
getId(); ?> - getName(); ?> + getId(), ENT_COMPAT, 'utf-8'); ?> + getName(), ENT_COMPAT, 'utf-8'); ?> -
getText('Empty', 0, 0); ?> +
getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/groups-single.tpl.php b/Theme/Backend/groups-single.tpl.php index a3f4ff2..41b9fb2 100644 --- a/Theme/Backend/groups-single.tpl.php +++ b/Theme/Backend/groups-single.tpl.php @@ -23,18 +23,18 @@ echo $this->getData('nav')->render(); ?>
-

getText('Group') ?>

+

getHtml('Group'); ?>

-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -43,14 +43,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Parent') ?>

+

getHtml('Parent'); ?>

-
+
-
+
@@ -59,14 +59,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Permissions') ?>

+

getHtml('Permissions'); ?>

-
+
-
+
@@ -75,14 +75,14 @@ echo $this->getData('nav')->render(); ?>
-

getText('Accounts') ?>

+

getHtml('Accounts'); ?>

-
+
-
+
diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php index a017199..f769b7d 100644 --- a/Theme/Backend/modules-list.tpl.php +++ b/Theme/Backend/modules-list.tpl.php @@ -32,32 +32,32 @@ $footerView->setResults(count($modules));
- + - - $module) : $count++; $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']); ?> -
getText('Modules'); ?>getHtml('Modules') ?>
getText('ID', 0, 0); ?> - getText('Name'); ?> - getText('Version'); ?> - getText('Status'); ?> + getHtml('ID', 0, 0); ?> + getHtml('Name') ?> + getHtml('Version') ?> + getHtml('Status') ?>
render(); ?> + render(), ENT_COMPAT, 'utf-8'); ?>
- - + + + getText('Active')); + echo strtolower($this->getHtml('Active')); elseif (in_array($module['name']['internal'], $installed)) - echo strtolower($this->getText('Inactive')); + echo strtolower($this->getHtml('Inactive')); else - echo strtolower($this->getText('Available')); ?> + echo strtolower($this->getHtml('Available')); ?> -
getText('Empty', 0, 0); ?> +
getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/modules-single.tpl.php b/Theme/Backend/modules-single.tpl.php index 7ce02c0..6138515 100644 --- a/Theme/Backend/modules-single.tpl.php +++ b/Theme/Backend/modules-single.tpl.php @@ -26,37 +26,37 @@ $id = $this->request->getData('id') ?? 1;
-

+

- - - - -
getText('Name') ?> - + getHtml('Name'); ?> +
getText('Version') ?> - + getHtml('Version'); ?> +
getText('CreatedBy') ?> - + getHtml('CreatedBy'); ?> +
getText('Website') ?> - + getHtml('Website'); ?> +
getText('Description') ?> - + getHtml('Description'); ?> +
+ data-reload="">getHtml('Deactivate'); ?> - - + + - - + +
@@ -65,7 +65,7 @@ $id = $this->request->getData('id') ?? 1;
-

getText('Settings') ?>

+

getHtml('Settings'); ?>

@@ -75,7 +75,7 @@ $id = $this->request->getData('id') ?? 1;
-

getText('Groups') ?>

+

getHtml('Groups'); ?>

@@ -85,7 +85,7 @@ $id = $this->request->getData('id') ?? 1;
-

getText('Permissions') ?>

+

getHtml('Permissions'); ?>

diff --git a/Theme/Backend/settings-general.tpl.php b/Theme/Backend/settings-general.tpl.php index 15de4a7..27dd467 100644 --- a/Theme/Backend/settings-general.tpl.php +++ b/Theme/Backend/settings-general.tpl.php @@ -36,8 +36,8 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
@@ -46,16 +46,16 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
-

getText('Settings') ?>

+

getHtml('Settings'); ?>

-
-
-
-
-
+
+
+
+
+
@@ -68,39 +68,39 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
-

getText('Localization') ?>

+

getHtml('Localization'); ?>

-
+
-
+
-
+
-
+
-
+
-
+
@@ -109,21 +109,21 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
-

getText('Numeric') ?>

+

getHtml('Numeric'); ?>

-
+
-

getText('Numberformat') ?>

-
- -
- +

getHtml('Numberformat'); ?>

+
+ +
+
@@ -132,24 +132,24 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
-

getText('Weight') ?>

+

getHtml('Weight'); ?>

- + - + - + - + - +
@@ -162,27 +162,27 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
-

getText('Speed') ?>

+

getHtml('Speed'); ?>

- + - + - + - + - + - +
@@ -193,27 +193,27 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
-

getText('Length') ?>

+

getHtml('Length'); ?>

- + - + - + - + - + - +
@@ -224,24 +224,24 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
-

getText('Area') ?>

+

getHtml('Area'); ?>

- + - + - + - + - +
@@ -254,33 +254,33 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
-

getText('Volume') ?>

+

getHtml('Volume'); ?>

- + - + - + - + - + - + - + - +