mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Miglioramento campi personalizzati
This commit is contained in:
@@ -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
|
||||||
|
@@ -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">';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user