From acaacb6923d7ec9b5da6381acde1afdd0c140976 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 17 Jun 2023 14:17:56 +0000 Subject: [PATCH] start creating account/group permission form --- .../AccountPermissionSelector/BaseView.php | 0 .../account-permission-selector.tpl.php | 141 ++++++++++++++++++ 2 files changed, 141 insertions(+) create mode 100644 Theme/Backend/Components/AccountPermissionSelector/BaseView.php create mode 100644 Theme/Backend/Components/AccountPermissionSelector/account-permission-selector.tpl.php diff --git a/Theme/Backend/Components/AccountPermissionSelector/BaseView.php b/Theme/Backend/Components/AccountPermissionSelector/BaseView.php new file mode 100644 index 0000000..e69de29 diff --git a/Theme/Backend/Components/AccountPermissionSelector/account-permission-selector.tpl.php b/Theme/Backend/Components/AccountPermissionSelector/account-permission-selector.tpl.php new file mode 100644 index 0000000..4aa1492 --- /dev/null +++ b/Theme/Backend/Components/AccountPermissionSelector/account-permission-selector.tpl.php @@ -0,0 +1,141 @@ +accounts; +$categories = ISO639Enum::getConstants(); + +?> + +
+
+
+
getHtml('Attribute', 'Attribute', 'Backend'); ?>
+
+
+ + +
+ + + +
+ + +
+ +
+ + +
+ +
+ +

+                
+
+
+ + + +
+
+
+
+ +
+
+
getHtml('Attributes', 'Attribute', 'Backend'); ?>
+
+ + + + + + $value) : ++$c; ?> + + +
+ getHtml('ID', '0', '0'); ?> + getHtml('Name', 'Attribute', 'Backend'); ?> + getHtml('Value', 'Attribute', 'Backend'); ?> + getHtml('Unit', 'Attribute', 'Backend'); ?> +
+ + type->isRequired) : ?> + + + + + + + + id; ?> + printHtml($value->type->getL11n()); ?> + value->getValue() instanceof \DateTime ? $value->value->getValue()->format('Y-m-d') : $this->printHtml((string) $value->value->getValue()); ?> + printHtml($value->value->unit); ?> + + +
getHtml('Empty', '0', '0'); ?> + +
+
+
+