Fix vista ckeditor

This commit is contained in:
valentina 2024-07-02 14:32:38 +02:00
parent 99ef5ec700
commit 375fc5dc90
7 changed files with 0 additions and 7 deletions

View File

@ -173,7 +173,6 @@ 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,7 +156,6 @@ 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,7 +119,6 @@ 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,7 +52,6 @@ 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,7 +87,6 @@ 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,7 +189,6 @@ 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,7 +163,6 @@ 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'],