diff --git a/Theme/Backend/accounts-single.tpl.php b/Theme/Backend/accounts-single.tpl.php index 7be90f1..85868d0 100644 --- a/Theme/Backend/accounts-single.tpl.php +++ b/Theme/Backend/accounts-single.tpl.php @@ -20,7 +20,7 @@ $permissions = $this->getData('permissions'); echo $this->getData('nav')->render(); ?>
-
+

getHtml('Account'); ?>

@@ -60,17 +60,19 @@ echo $this->getData('nav')->render(); ?>
-
+
+ getGroups(); foreach ($groups as $key => $value) : $c++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> +
getHtml('Groups') ?>
getHtml('ID', 0, 0); ?> getHtml('Name') ?>
printHtml($value->getId()); ?> printHtml($value->getName()); ?> @@ -94,14 +96,16 @@ echo $this->getData('nav')->render(); ?> -
+
+ $value) : $c++; $permission = $value->getPermission(); ?> +
getHtml('Permissions') ?>
+ getHtml('ID', 0, 0); ?> Unit - App + App Module Type Ele. @@ -110,6 +114,8 @@ echo $this->getData('nav')->render(); ?>
+ getId(); ?> getUnit(); ?> getApp(); ?> @@ -125,7 +131,7 @@ echo $this->getData('nav')->render(); ?> -
getHtml('Empty', 0, 0); ?> +
getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/groups-single.tpl.php b/Theme/Backend/groups-single.tpl.php index d965274..9e4a94b 100644 --- a/Theme/Backend/groups-single.tpl.php +++ b/Theme/Backend/groups-single.tpl.php @@ -21,7 +21,7 @@ $accounts = $this->getData('accounts'); echo $this->getData('nav')->render(); ?>
-
+

getHtml('Group'); ?>

@@ -48,9 +48,9 @@ echo $this->getData('nav')->render(); ?>
-
+
- + $value) : $c++; ?> +
getHtml('Parents') ?>getHtml('Accounts') ?>
getHtml('ID', 0, 0); ?> @@ -58,6 +58,7 @@ echo $this->getData('nav')->render(); ?>
@@ -67,13 +68,13 @@ echo $this->getData('nav')->render(); ?>
-

getHtml('Parent'); ?>

+

getHtml('Accounts'); ?>

-
+
@@ -81,14 +82,16 @@ echo $this->getData('nav')->render(); ?>
-
+
+ $value) : $c++; $permission = $value->getPermission(); ?> +
getHtml('Permissions') ?>
+ getHtml('ID', 0, 0); ?> Unit - App + App Module Type Ele. @@ -97,6 +100,8 @@ echo $this->getData('nav')->render(); ?>
+ getId(); ?> getUnit(); ?> getApp(); ?> @@ -130,20 +135,4 @@ echo $this->getData('nav')->render(); ?> - -
-
-

getHtml('Accounts'); ?>

-
-
- - -
-
-
-
-
-
-
-
\ No newline at end of file