From 26a532978b7b0896ff3c60f247cd6b1626541a00 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 22 May 2017 20:54:37 +0200 Subject: [PATCH] "Fix" same action type --- .../AccountGroupSelector/BaseView.php | 1 - .../AccountGroupSelector/PopupView.php | 0 .../AccountGroupSelector/base.tpl.php | 16 +-- .../AccountGroupSelector/popup.tpl.php | 116 +++++++++++++----- 4 files changed, 91 insertions(+), 42 deletions(-) delete mode 100644 Theme/Backend/Components/AccountGroupSelector/PopupView.php 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