Fix minori
This commit is contained in:
parent
901c79edb2
commit
c41ca167eb
|
@ -39,7 +39,7 @@ foreach ($fields as $key => $field) {
|
||||||
<div class="box collapsed-box box-'.($field->visible ? 'success' : 'danger').'">
|
<div class="box collapsed-box box-'.($field->visible ? 'success' : 'danger').'">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title">'.
|
<h3 class="box-title">'.
|
||||||
$field->getTranslation('name').' <small class="text-muted tip" title="'.(new Carbon\Carbon($field->updated_at))->format('d/m/Y H:i').'">'.(new Carbon\Carbon($field->updated_at))->diffForHumans().'</small>
|
$field->getTranslation('name').' <small class="text-muted tip" title="'.(new Carbon\Carbon($field->updated_at))->format('d/m/Y H:i').'">('.tr('modificato').' '.(new Carbon\Carbon($field->updated_at))->diffForHumans().')</small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div class="box-tools pull-right">
|
<div class="box-tools pull-right">
|
||||||
|
|
|
@ -142,7 +142,6 @@ $database->query('ALTER TABLE `in_interventi` DROP INDEX `codice`');
|
||||||
|
|
||||||
// File e cartelle deprecate
|
// File e cartelle deprecate
|
||||||
$files = [
|
$files = [
|
||||||
'modules\automezzi',
|
|
||||||
'modules\anagrafiche\plugins\statistiche.php',
|
'modules\anagrafiche\plugins\statistiche.php',
|
||||||
'modules\interventi\src\TipoSessione.php',
|
'modules\interventi\src\TipoSessione.php',
|
||||||
'templates\registro_iva\body.php',
|
'templates\registro_iva\body.php',
|
||||||
|
|
Loading…
Reference in New Issue