1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-20 05:20:52 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
FabioL
731d7e654c fix: visualizzazione scheda di modifica ordine 2024-10-25 09:42:39 +02:00
MatteoPistorello
95ede3e60f fix: visualizzazione ckeditor 2024-10-25 09:25:43 +02:00
2 changed files with 16 additions and 18 deletions

View File

@ -89,7 +89,6 @@ echo '
</div>
</div>
<div class="card-body">
<div class="card-body">
<!-- RIGA 1 -->
<div class="row">
@ -133,7 +132,6 @@ if ($dir == 'entrata') {
echo '
</div>
</div>
</div>
</div>';
?>

View File

@ -54,7 +54,7 @@ class HTMLWrapper implements WrapperInterface
}
$result .= '
<div class="input-group">';
<div class="'.($values['type'] == 'ckeditor' ? '' : 'input-group').'">';
if (!empty($values['icon-before']) || !empty($values['icon-after']) || !empty($values['validation'])) {
$result .= '