From 1bc9aa52957079d714ee592ee769951916f5469b Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Sun, 14 Dec 2025 13:43:54 +0100 Subject: [PATCH] update --- src/page/notas.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/page/notas.js b/src/page/notas.js index f2ce785..edd7ddd 100644 --- a/src/page/notas.js +++ b/src/page/notas.js @@ -1,10 +1,10 @@ -PERMS["notas"] = "Noticias" +PERMS["notas"] = "Notas" PERMS["notas:edit"] = "> Editar" PAGES.notas = { navcss: "btn5", - icon: "static/appico/Newspaper.svg", + icon: "static/appico/Notepad.svg", AccessControl: true, - Title: "Noticias", + Title: "Notas", edit: function (mid) { if (!checkRole("notas:edit")) {setUrlHash("notas");return} var nameh1 = safeuuid(); @@ -15,7 +15,7 @@ PAGES.notas = { var btn_borrar = safeuuid(); var div_actions = safeuuid(); container.innerHTML = ` -

Noticia

+

Nota

Valores
@@ -111,8 +111,8 @@ PAGES.notas = { const tablebody = safeuuid(); var btn_new = safeuuid(); container.innerHTML = ` -

Noticias

- +

Notas

+
`; TS_IndexElement(