This commit is contained in:
naielv
2025-08-11 15:51:53 +02:00
parent 881dfedb14
commit 57171963be
5 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
PAGES.comedor = { PAGES.comedor = {
navcss: "btn7", navcss: "btn6",
Title: "Menú comedor", Title: "Menú comedor",
edit: function (mid) { edit: function (mid) {
var nameh1 = safeuuid(); var nameh1 = safeuuid();

View File

@@ -1,5 +1,5 @@
PAGES.notificaciones = { PAGES.notificaciones = {
navcss: "btn6", navcss: "btn5",
Title: "Notificaciones", Title: "Notificaciones",
edit: function (mid) { edit: function (mid) {
var nameh1 = safeuuid(); var nameh1 = safeuuid();

View File

@@ -1,5 +1,5 @@
PAGES.personas = { PAGES.personas = {
navcss: "btn4", navcss: "btn3",
Title: "Personas", Title: "Personas",
edit: function (mid) { edit: function (mid) {
var nameh1 = safeuuid(); var nameh1 = safeuuid();

View File

@@ -1,4 +1,5 @@
PAGES.resumen_diario = { PAGES.resumen_diario = {
Esconder: true,
navcss: "btn3", navcss: "btn3",
Title: "Resumen Diario", Title: "Resumen Diario",
index: function () { index: function () {

View File

@@ -1,5 +1,5 @@
PAGES.supercafe = { PAGES.supercafe = {
navcss: "btn5", navcss: "btn4",
Title: "SuperCafé", Title: "SuperCafé",
edit: function (mid) { edit: function (mid) {
var nameh1 = safeuuid(); var nameh1 = safeuuid();