This commit is contained in:
naielv
2025-08-13 22:05:43 +02:00
parent c42ebadf2d
commit 4f56f06208
9 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
PAGES.avisos = {
navcss: "btn5",
icon: "static/appico/Alert_Warning.svg",
AccessControl: true,
Title: "Avisos",
edit: function (mid) {
var nameh1 = safeuuid();

View File

@@ -1,6 +1,7 @@
PAGES.comedor = {
navcss: "btn6",
icon: "static/appico/Meal.svg",
AccessControl: true,
Title: "Menú comedor",
edit: function (mid) {
var nameh1 = safeuuid();

View File

@@ -1,7 +1,7 @@
PAGES.dataman = {
navcss: "btn1",
icon: "static/appico/Database.svg",
HasAccess: "ADMIN",
AccessControl: true,
Title: "Admin. Datos",
edit: function(mid) {
switch (mid) {

View File

@@ -1,6 +1,7 @@
PAGES.materiales = {
navcss: "btn2",
icon: "static/appico/App_Dropbox.svg",
AccessControl: true,
Title: "Materiales",
edit: function (mid) {
var nameh1 = safeuuid();

View File

@@ -1,6 +1,7 @@
PAGES.personas = {
navcss: "btn3",
icon: "static/appico/File_Person.svg",
AccessControl: true,
Title: "Personas",
edit: function (mid) {
var nameh1 = safeuuid();

View File

@@ -1,6 +1,7 @@
PAGES.resumen_diario = {
Esconder: true,
navcss: "btn3",
AccessControl: true,
Title: "Resumen Diario",
index: function () {
var table_materialesLow = safeuuid();

View File

@@ -1,6 +1,7 @@
PAGES.supercafe = {
navcss: "btn4",
icon: "static/appico/Coffee.svg",
AccessControl: true,
Title: "SuperCafé",
edit: function (mid) {
var nameh1 = safeuuid();