From f382acb261a38eef2b0947afff5505332305345c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 31 Mar 2019 20:32:17 +0200 Subject: [PATCH] table test and bug style fixes --- Controller/ApiController.php | 3 +- Theme/Backend/groups-single.tpl.php | 44 +++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 1c9b6f5..99a25bd 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -731,8 +731,9 @@ final class ApiController extends Controller */ public function apiReInit(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { - $p = __DIR__ . '/../../../Web/*'; + $p = __DIR__ . '/../../../Web/*'; $directories = \glob(__DIR__ . '/../../../Web/*' , \GLOB_ONLYDIR); + foreach ($directories as $directory) { if (\file_exists($path = $directory . '/Routes.php')) { \file_put_contents($path, 'getData('nav')->render(); ?>
- +
@@ -106,6 +106,26 @@ echo $this->getData('nav')->render(); ?> + $value) : $c++; $permission = $value->getPermission(); ?>
getHtml('Permissions') ?>
getHtml('Comp'); ?> getHtml('Perm'); ?>
@@ -136,37 +156,37 @@ echo $this->getData('nav')->render(); ?>
-
+
-
+
-
+
-
+
-
+
-
+
- + - + - + - + - +