mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 11:30:55 +01:00
Revert "Fix vista ckeditor"
This reverts commit 375fc5dc905d17801daf7da887cfc4a2a95b9879.
This commit is contained in:
parent
375fc5dc90
commit
498e2551d9
1
mail.php
1
mail.php
@ -173,6 +173,7 @@ 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,6 +156,7 @@ 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,6 +119,7 @@ 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,6 +52,7 @@ 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,6 +87,7 @@ 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,6 +189,7 @@ 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,6 +163,7 @@ 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…
x
Reference in New Issue
Block a user