From 86bbf7cbbfcdc82c994b0a3d0ea9a04290160683 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 06 Apr 2021 14:47:48 +0000
Subject: [PATCH] Katalog (in Arbeit)
---
www/ui/data/menu/hauptmenue.json | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/www/ui/data/menu/hauptmenue.json b/www/ui/data/menu/hauptmenue.json
index 7208336..5ef3e44 100644
--- a/www/ui/data/menu/hauptmenue.json
+++ b/www/ui/data/menu/hauptmenue.json
@@ -8,14 +8,14 @@
},
"inhalt": [
{
+ "titel": "Media",
+ "umenue": false,
+ "funktion": "app.media_liste"
+ },
+ {
"titel": "Ablageorte",
"umenue": false,
"funktion": "app.ablageort_liste"
- },
- {
- "titel": "Neuer Ablageort",
- "umenue": false,
- "funktion": "app.ablageort_form"
},
{
"titel": "Seite umschalten",
--
Gitblit v1.9.3