parent
375fc5dc90
commit
498e2551d9
1
mail.php
1
mail.php
|
@ -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),
|
||||
|
|
|
@ -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'],
|
||||
|
|
|
@ -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'],
|
||||
|
|
|
@ -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'],
|
||||
|
|
|
@ -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'],
|
||||
|
|
|
@ -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'],
|
||||
|
|
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue