change link and color table

This commit is contained in:
2025-07-09 16:45:31 +02:00
parent 7d0824d01f
commit 4c4c6e3153
21 changed files with 9102 additions and 194 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
if (template.button_size === "large") sizeClass = "btn-large";
let btn = document.createElement("a");
btn.href = `import_xls.php?id=${template.id}`;
btn.href = `import_xls2.php?id=${template.id}`;
btn.className = `btn ${sizeClass}`;
btn.style.backgroundColor = template.button_bg_color;
btn.style.color = template.button_text_color;