From c995b7aefb982338ad4bd82b57ccf9295363aff9 Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed
Date: Thu, 14 May 2020 06:51:12 +0000
Subject: [PATCH] In Arbeit: Rollen-Dialog

---
 web/ui2/data/menu/hauptmenue.json |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/web/ui2/data/menu/hauptmenue.json b/web/ui2/data/menu/hauptmenue.json
index da2c9e5..51eae86 100644
--- a/web/ui2/data/menu/hauptmenue.json
+++ b/web/ui2/data/menu/hauptmenue.json
@@ -21,6 +21,11 @@
         "titel": "Nutzer",
         "umenue": true,
         "verweis": "nutzer.json"
+      },
+      {
+        "titel": "Info",
+        "umenue": false,
+        "funktion": "app.info_dialog_zeigen"
       }
     ]
   }

--
Gitblit v1.9.3