Revert "Fix vista ckeditor"

This reverts commit 375fc5dc90.
This commit is contained in:
valentina 2024-07-02 15:13:14 +02:00
parent 375fc5dc90
commit 498e2551d9
7 changed files with 7 additions and 0 deletions

View File

@ -173,6 +173,7 @@ echo '
<div class="col-md-12">';
echo input([
'type' => 'ckeditor',
'use_full_ckeditor' => 1,
'label' => tr('Contenuto'),
'name' => 'body',
'id' => 'body_'.rand(0, 999),

View File

@ -156,6 +156,7 @@ if ($record['idagente'] != 0) {
<div class="col-md-12">
<?php echo input([
'type' => 'ckeditor',
'use_full_ckeditor' => 0,
'label' => tr('Condizioni generali di fornitura'),
'name' => 'condizioni_fornitura',
'value' => $record['condizioni_fornitura'],

View File

@ -119,6 +119,7 @@ echo '
<div class="col-md-12">
<?php echo input([
'type' => 'ckeditor',
'use_full_ckeditor' => 1,
'label' => tr('Contenuto'),
'name' => 'body',
'value' => $record['body'],

View File

@ -52,6 +52,7 @@ include_once __DIR__.'/../../core.php';
<div class="col-md-12">
<?php echo input([
'type' => 'ckeditor',
'use_full_ckeditor' => 1,
'label' => tr('Descrizione'),
'name' => 'descrizione',
'value' => $record['descrizione'],

View File

@ -87,6 +87,7 @@ echo '
<div class="col-md-12">';
echo input([
'type' => 'ckeditor',
'use_full_ckeditor' => 1,
'label' => tr('Contenuto'),
'name' => 'content',
'value' => $record['content'],

View File

@ -189,6 +189,7 @@ if ($dir == 'entrata') {
<div class="col-md-12">
<?php echo input([
'type' => 'ckeditor',
'use_full_ckeditor' => 0,
'label' => tr('Condizioni generali di fornitura'),
'name' => 'condizioni_fornitura',
'value' => $record['condizioni_fornitura'],

View File

@ -163,6 +163,7 @@ echo '
<div class="col-md-6">
<?php echo input([
'type' => 'ckeditor',
'use_full_ckeditor' => 1,
'label' => tr('Condizioni generali di fornitura'),
'name' => 'condizioni_fornitura',
'value' => $record['condizioni_fornitura'],