This commit is contained in:
naielv
2025-08-27 17:56:03 +02:00
parent c33b9e6ace
commit e2446de20f
6 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
PERMS["avisos"] = "Avisos"
PERMS["avisos:edit"] = "> Editar"
PAGES.avisos = {
navcss: "btn5",
icon: "static/appico/Chat.svg",

View File

@@ -1,3 +1,5 @@
PERMS["comedor"] = "Menú comedor"
PERMS["comedor:edit"] = "> Editar"
PAGES.comedor = {
navcss: "btn6",
icon: "static/appico/Meal.svg",

View File

@@ -1,3 +1,5 @@
PERMS["materiales"] = "Materiales"
PERMS["materiales:edit"] = "> Editar"
PAGES.materiales = {
navcss: "btn2",
icon: "static/appico/App_Dropbox.svg",

View File

@@ -1,3 +1,5 @@
PERMS["personas"] = "Personas"
PERMS["personas:edit"] = "> Editar"
PAGES.personas = {
navcss: "btn3",
icon: "static/appico/File_Person.svg",

View File

@@ -1,3 +1,5 @@
PERMS["supercafe"] = "SuperCafé"
PERMS["supercafe:edit"] = "> Editar"
PAGES.supercafe = {
navcss: "btn4",
icon: "static/appico/Coffee.svg",