+ |
| = $this->printHtml($value->getId()); ?>
| = $this->printHtml($value->getName()); ?>
@@ -94,14 +96,16 @@ echo $this->getData('nav')->render(); ?>
-
+
= $this->getHtml('Permissions') ?>
+ |
+ |
| = $this->getHtml('ID', 0, 0); ?>
| Unit
- | App
+ | App
| Module
| Type
| Ele.
@@ -110,6 +114,8 @@ echo $this->getData('nav')->render(); ?>
|
$value) : $c++; $permission = $value->getPermission(); ?>
+ |
+ |
| = $value->getId(); ?>
| = $value->getUnit(); ?>
| = $value->getApp(); ?>
@@ -125,7 +131,7 @@ echo $this->getData('nav')->render(); ?>
= (\phpOMS\Account\PermissionType::PERMISSION | $permission) === $permission ? 'P' : ''; ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | | = $this->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(); ?>
-
+
= $this->getHtml('Group'); ?>
@@ -48,9 +48,9 @@ echo $this->getData('nav')->render(); ?>
-
+
- = $this->getHtml('Parents') ?>
+ = $this->getHtml('Accounts') ?>
| = $this->getHtml('ID', 0, 0); ?>
@@ -58,6 +58,7 @@ echo $this->getData('nav')->render(); ?>
|
$value) : $c++; ?>
+ |
|
|
@@ -67,13 +68,13 @@ echo $this->getData('nav')->render(); ?>
|
- = $this->getHtml('Parent'); ?>
+ = $this->getHtml('Accounts'); ?>
@@ -81,14 +82,16 @@ echo $this->getData('nav')->render(); ?>
-
+
= $this->getHtml('Permissions') ?>
+ |
+ |
| = $this->getHtml('ID', 0, 0); ?>
| Unit
- | App
+ | App
| Module
| Type
| Ele.
@@ -97,6 +100,8 @@ echo $this->getData('nav')->render(); ?>
|
$value) : $c++; $permission = $value->getPermission(); ?>
+ |
+ |
| = $value->getId(); ?>
| = $value->getUnit(); ?>
| = $value->getApp(); ?>
@@ -130,20 +135,4 @@ echo $this->getData('nav')->render(); ?>
-
-
-
- = $this->getHtml('Accounts'); ?>
-
-
-
\ No newline at end of file
| |