Fix minori

This commit is contained in:
Luca 2024-04-13 20:28:48 +02:00
parent 901c79edb2
commit c41ca167eb
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,7 @@ foreach ($fields as $key => $field) {
<div class="box collapsed-box box-'.($field->visible ? 'success' : 'danger').'">
<div class="box-header with-border">
<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>
<div class="box-tools pull-right">

View File

@ -142,7 +142,6 @@ $database->query('ALTER TABLE `in_interventi` DROP INDEX `codice`');
// File e cartelle deprecate
$files = [
'modules\automezzi',
'modules\anagrafiche\plugins\statistiche.php',
'modules\interventi\src\TipoSessione.php',
'templates\registro_iva\body.php',