diff --git a/Theme/Backend/Components/AccountGroupSelector/BaseView.php b/Theme/Backend/Components/AccountGroupSelector/BaseView.php index a2e5937..8be4b4a 100644 --- a/Theme/Backend/Components/AccountGroupSelector/BaseView.php +++ b/Theme/Backend/Components/AccountGroupSelector/BaseView.php @@ -33,7 +33,6 @@ class BaseView extends View $view = new View($app, $request, $response); $view->setTemplate('/Modules/Profile/Theme/Backend/Components/AccountGroupSelector/popup'); - $this->addData('popup', $view); } diff --git a/Theme/Backend/Components/AccountGroupSelector/PopupView.php b/Theme/Backend/Components/AccountGroupSelector/PopupView.php deleted file mode 100644 index e69de29..0000000 diff --git a/Theme/Backend/Components/AccountGroupSelector/base.tpl.php b/Theme/Backend/Components/AccountGroupSelector/base.tpl.php index a2eb01e..7b602a6 100644 --- a/Theme/Backend/Components/AccountGroupSelector/base.tpl.php +++ b/Theme/Backend/Components/AccountGroupSelector/base.tpl.php @@ -2,19 +2,21 @@ diff --git a/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php b/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php index c226866..65b0287 100644 --- a/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php +++ b/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php @@ -3,42 +3,90 @@

getText('Account/Group', 'Admin'); ?>

-
- - -
-
-
- - - -
ID - Name - Address - City - Zip - Country +
+
+ +
+
+ +
+ + - +
+
+
+ + + + + +
ID + Name + Address + City + Zip + Country +
+
-
-
- + + + +
+
+ + +
+
+
+ + + + + +
ID + Name + Parent +
+
+
+
+
+ \ No newline at end of file