Fix vista ckeditor
This commit is contained in:
parent
99ef5ec700
commit
375fc5dc90
1
mail.php
1
mail.php
|
@ -173,7 +173,6 @@ echo '
|
||||||
<div class="col-md-12">';
|
<div class="col-md-12">';
|
||||||
echo input([
|
echo input([
|
||||||
'type' => 'ckeditor',
|
'type' => 'ckeditor',
|
||||||
'use_full_ckeditor' => 1,
|
|
||||||
'label' => tr('Contenuto'),
|
'label' => tr('Contenuto'),
|
||||||
'name' => 'body',
|
'name' => 'body',
|
||||||
'id' => 'body_'.rand(0, 999),
|
'id' => 'body_'.rand(0, 999),
|
||||||
|
|
|
@ -156,7 +156,6 @@ if ($record['idagente'] != 0) {
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<?php echo input([
|
<?php echo input([
|
||||||
'type' => 'ckeditor',
|
'type' => 'ckeditor',
|
||||||
'use_full_ckeditor' => 0,
|
|
||||||
'label' => tr('Condizioni generali di fornitura'),
|
'label' => tr('Condizioni generali di fornitura'),
|
||||||
'name' => 'condizioni_fornitura',
|
'name' => 'condizioni_fornitura',
|
||||||
'value' => $record['condizioni_fornitura'],
|
'value' => $record['condizioni_fornitura'],
|
||||||
|
|
|
@ -119,7 +119,6 @@ echo '
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<?php echo input([
|
<?php echo input([
|
||||||
'type' => 'ckeditor',
|
'type' => 'ckeditor',
|
||||||
'use_full_ckeditor' => 1,
|
|
||||||
'label' => tr('Contenuto'),
|
'label' => tr('Contenuto'),
|
||||||
'name' => 'body',
|
'name' => 'body',
|
||||||
'value' => $record['body'],
|
'value' => $record['body'],
|
||||||
|
|
|
@ -52,7 +52,6 @@ include_once __DIR__.'/../../core.php';
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<?php echo input([
|
<?php echo input([
|
||||||
'type' => 'ckeditor',
|
'type' => 'ckeditor',
|
||||||
'use_full_ckeditor' => 1,
|
|
||||||
'label' => tr('Descrizione'),
|
'label' => tr('Descrizione'),
|
||||||
'name' => 'descrizione',
|
'name' => 'descrizione',
|
||||||
'value' => $record['descrizione'],
|
'value' => $record['descrizione'],
|
||||||
|
|
|
@ -87,7 +87,6 @@ echo '
|
||||||
<div class="col-md-12">';
|
<div class="col-md-12">';
|
||||||
echo input([
|
echo input([
|
||||||
'type' => 'ckeditor',
|
'type' => 'ckeditor',
|
||||||
'use_full_ckeditor' => 1,
|
|
||||||
'label' => tr('Contenuto'),
|
'label' => tr('Contenuto'),
|
||||||
'name' => 'content',
|
'name' => 'content',
|
||||||
'value' => $record['content'],
|
'value' => $record['content'],
|
||||||
|
|
|
@ -189,7 +189,6 @@ if ($dir == 'entrata') {
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<?php echo input([
|
<?php echo input([
|
||||||
'type' => 'ckeditor',
|
'type' => 'ckeditor',
|
||||||
'use_full_ckeditor' => 0,
|
|
||||||
'label' => tr('Condizioni generali di fornitura'),
|
'label' => tr('Condizioni generali di fornitura'),
|
||||||
'name' => 'condizioni_fornitura',
|
'name' => 'condizioni_fornitura',
|
||||||
'value' => $record['condizioni_fornitura'],
|
'value' => $record['condizioni_fornitura'],
|
||||||
|
|
|
@ -163,7 +163,6 @@ echo '
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<?php echo input([
|
<?php echo input([
|
||||||
'type' => 'ckeditor',
|
'type' => 'ckeditor',
|
||||||
'use_full_ckeditor' => 1,
|
|
||||||
'label' => tr('Condizioni generali di fornitura'),
|
'label' => tr('Condizioni generali di fornitura'),
|
||||||
'name' => 'condizioni_fornitura',
|
'name' => 'condizioni_fornitura',
|
||||||
'value' => $record['condizioni_fornitura'],
|
'value' => $record['condizioni_fornitura'],
|
||||||
|
|
Loading…
Reference in New Issue