From b8e19be76f743094d9995aee48ba5913f514e541 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Mon, 13 May 2024 16:29:57 +0200 Subject: [PATCH] Fix minori --- modules/adattatori_archiviazione/add.php | 2 +- modules/adattatori_archiviazione/edit.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/adattatori_archiviazione/add.php b/modules/adattatori_archiviazione/add.php index b104f7d26..d1ca5d505 100644 --- a/modules/adattatori_archiviazione/add.php +++ b/modules/adattatori_archiviazione/add.php @@ -26,7 +26,7 @@ include_once __DIR__.'/../../core.php';
- {[ "type": "text", "label": "", "name": "name", "required": 1 ]} + {[ "type": "text", "label": "", "name": "name", "required": 1 ]}
diff --git a/modules/adattatori_archiviazione/edit.php b/modules/adattatori_archiviazione/edit.php index 244f5f638..1ddaf519c 100644 --- a/modules/adattatori_archiviazione/edit.php +++ b/modules/adattatori_archiviazione/edit.php @@ -26,7 +26,7 @@ include_once __DIR__.'/../../core.php';
- {[ "type": "text", "label": "", "name": "name", "value": "$name$", "required": 1 ]} + {[ "type": "text", "label": "", "name": "name", "value": "$name$", "required": 1 ]}
@@ -40,7 +40,7 @@ include_once __DIR__.'/../../core.php';
- {[ "type": "textarea", "label": "", "name": "options", "value": "$options$", "required": 0, "help": "Specifica le opzioni per il tipo di archiviazione in formato JSON" ]} + {[ "type": "textarea", "label": "", "name": "options", "value": "$options$", "required": 0, "help": "Specifica le opzioni per il tipo di archiviazione in formato JSON" ]}