diff --git a/editor.php b/editor.php index 68eb13743..268a0a984 100755 --- a/editor.php +++ b/editor.php @@ -386,10 +386,10 @@ if (empty($record) || !$has_access) {
- '.Carbon::parse($operation['created_at'])->diffForHumans().' + '.Carbon::parse($operation['created_at'])->diffForHumans().'

'.$description.'

- '.$operation['username'].' + '.$operation['username'].'
'; @@ -397,17 +397,16 @@ if (empty($record) || !$has_access) { echo '
-
- '; + '; } else { echo '
- '.tr('Informazione:').' '.tr('Nessun log disponibile per questa scheda').'.
'; } echo ' + '; }