update
This commit is contained in:
@@ -1012,7 +1012,7 @@ function SetPages() {
|
||||
a.href = "#" + key;
|
||||
label.innerText = PAGES[key].Title;
|
||||
label.className = "label"
|
||||
img.src = PAGES[key].icon
|
||||
img.src = PAGES[key].icon || "static/appico/File_Plugin.svg"
|
||||
a.append(img, label)
|
||||
document.getElementById("appendApps2").append(a);
|
||||
});
|
||||
|
||||
@@ -70,10 +70,6 @@
|
||||
<details id="tab-modulos" open>
|
||||
<summary hidden>Modulos</summary>
|
||||
<div class="ribbon-panel" id="appendApps2">
|
||||
<button class="ribbon-button" onclick="showMessage()">
|
||||
<img src="https://raw.githubusercontent.com/darealshinji/haiku-icons/refs/heads/master/svg/File_Person.svg">
|
||||
<div class="label">Personas</div>
|
||||
</button>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PAGES.materiales = {
|
||||
navcss: "btn2",
|
||||
icon: "static/appico/App_Dropbox.svg",
|
||||
Title: "Materiales",
|
||||
edit: function (mid) {
|
||||
var nameh1 = safeuuid();
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PAGES.personas = {
|
||||
navcss: "btn3",
|
||||
icon: "static/appico/File_Person.svg",
|
||||
Title: "Personas",
|
||||
edit: function (mid) {
|
||||
var nameh1 = safeuuid();
|
||||
|
||||
Reference in New Issue
Block a user