From c6395c0a38b5d51a670e9900a75bb234f38c2fa9 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Fri, 31 May 2024 14:44:28 +0200 Subject: [PATCH] Fix minore --- modules/causali/edit.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/modules/causali/edit.php b/modules/causali/edit.php index fed8b0c69..02f086471 100755 --- a/modules/causali/edit.php +++ b/modules/causali/edit.php @@ -40,17 +40,19 @@ include_once __DIR__.'/../../core.php';

-
- {[ "type": "checkbox", "label": "", "name": "predefined", "value": "$predefined$", "help":"." ]} -
-
- {[ "type": "checkbox", "label": "", "name": "is_importabile", "value": "$is_importabile$", "help": "", "placeholder": "" ]} -
-
- {[ "type": "checkbox", "label": "", "name": "reversed", "value": "$reversed$", "help": "", "placeholder": "" ]} -
-
- {[ "type": "checkbox", "label": "", "name": "is_rientrabile", "value": "$is_rientrabile$", "help": "", "placeholder": "" ]} +
+
+ {[ "type": "checkbox", "label": "", "name": "predefined", "value": "$predefined$", "help":"." ]} +
+
+ {[ "type": "checkbox", "label": "", "name": "is_importabile", "value": "$is_importabile$", "help": "", "placeholder": "" ]} +
+
+ {[ "type": "checkbox", "label": "", "name": "reversed", "value": "$reversed$", "help": "", "placeholder": "" ]} +
+
+ {[ "type": "checkbox", "label": "", "name": "is_rientrabile", "value": "$is_rientrabile$", "help": "", "placeholder": "" ]} +