diff --git a/modules/custom_fields/add.php b/modules/custom_fields/add.php index 27cd8146c..ca7250729 100755 --- a/modules/custom_fields/add.php +++ b/modules/custom_fields/add.php @@ -41,7 +41,15 @@ include_once __DIR__.'/../../core.php';
- {[ "type": "textarea", "label": "", "name": "content", "required": 1, "value": "$content$" ]} + 'textarea', + 'label' => tr('Contenuto'), + 'name' => 'content', + 'required' => 1, + 'value' => $record['content'], + ]); + ?>