diff --git a/modules/interventi/add.php b/modules/interventi/add.php index 006b71be8..dd14bb9d8 100755 --- a/modules/interventi/add.php +++ b/modules/interventi/add.php @@ -190,7 +190,7 @@ echo '
- {[ "type": "textarea", "label": "'.tr('Richiesta').'", "name": "richiesta", "required": 1, "value": "'.$richiesta.'", "extra": "style=\'max-height:80px;\'" ]} + {[ "type": "ckeditor", "label": "'.tr('Richiesta').'", "name": "richiesta", "required": 1, "value": "'.$richiesta.'", "extra": "style=\'max-height:80px;\'" ]}
'; diff --git a/modules/interventi/edit.php b/modules/interventi/edit.php index ac82b50e1..bf5b91700 100755 --- a/modules/interventi/edit.php +++ b/modules/interventi/edit.php @@ -283,7 +283,7 @@ echo '
- {[ "type": "textarea", "label": "", "name": "richiesta", "required": 1, "class": "autosize", "value": "$richiesta$", "extra": "rows='5'", "readonly": "" ]} + {[ "type": "ckeditor", "label": "", "name": "richiesta", "required": 1, "class": "autosize", "value": "$richiesta$", "extra": "rows='5'", "readonly": "" ]}