Miglioramento campi personalizzati

This commit is contained in:
loviuz 2023-06-29 18:02:21 +02:00
parent 1b587593fc
commit 27efaf7a07
2 changed files with 2 additions and 2 deletions

View File

@ -581,7 +581,7 @@ function aggiungiContenuto(endpoint_selector, template_selector, replaces = {},
if (prepend) { if (prepend) {
endpoint.prepend(element); endpoint.prepend(element);
} else { } else {
endpoint.append(element); endpoint.after(element);
} }
// Rigenerazione degli input interni // Rigenerazione degli input interni

View File

@ -69,7 +69,7 @@ class FieldManager implements ManagerInterface
$result .= ' $result .= '
<div class="panel panel-primary"> <div class="panel panel-primary">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title">'.tr('Campi aggiuntivi').'</h3> <h3 class="panel-title">'.tr('Campi personalizzati').'</h3>
</div> </div>
<div class="panel-body">'; <div class="panel-body">';