diff --git a/public/userarea/templates_dashboard.php b/public/userarea/templates_dashboard.php
index d218955..635bafc 100644
--- a/public/userarea/templates_dashboard.php
+++ b/public/userarea/templates_dashboard.php
@@ -90,11 +90,11 @@
| ID |
= htmlspecialchars($nametemplate, ENT_QUOTES, 'UTF-8'); ?> |
- = htmlspecialchars($lastmodtemplate, ENT_QUOTES, 'UTF-8'); ?> |
= htmlspecialchars($rowheader, ENT_QUOTES, 'UTF-8'); ?> |
= htmlspecialchars($columnheader, ENT_QUOTES, 'UTF-8'); ?> |
= htmlspecialchars($desctemplate, ENT_QUOTES, 'UTF-8'); ?> |
Client Name |
+ Button Label |
Status |
= htmlspecialchars($action, ENT_QUOTES, 'UTF-8'); ?> |
@@ -147,13 +147,7 @@
data: 'name', // Nome del template
title: "Template Name"
},
- {
- data: 'updated_at', // Ultima modifica, formattata come data leggibile
- title: "Last Modified",
- render: function(data) {
- return new Date(data).toLocaleDateString();
- }
- },
+
{
data: 'header_row', // Riga degli header
title: "Header Row"
@@ -176,6 +170,11 @@
return `${clientName} (ID: ${clientId})`;
}
},
+ {
+ data: 'button_label', // Nuova colonna per Button Label
+ title: "Button Label",
+ defaultContent: 'Click Me'
+ },
{
data: 'status', // Stato con Toggle Switch
title: "Status",