From cb1e69f6ec185c986efe61d788f867b8d5b68ed0 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 6 Mar 2024 18:57:19 +0100 Subject: [PATCH] Fix minori --- modules/interventi/modals/firma.php | 6 +++--- modules/interventi/modals/firma_tavoletta.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/interventi/modals/firma.php b/modules/interventi/modals/firma.php index 31a254b50..6e1f4c583 100644 --- a/modules/interventi/modals/firma.php +++ b/modules/interventi/modals/firma.php @@ -81,7 +81,7 @@ if ($interventi_da_firmare) { '; } else { - echo 'Nessun Intervento..'; + echo tr('Nessun Intervento.'); } echo ' @@ -123,7 +123,7 @@ if ($interventi_firmati) { '; } else { - echo 'Nessun Intervento..'; + echo tr('Nessun Intervento.'); } echo ' @@ -169,7 +169,7 @@ if ($interventi_completati) { '.tr('Questi interventi non verranno firmati').' '; } else { - echo 'Nessun Intervento..'; + echo tr('Nessun Intervento.'); } echo ' diff --git a/modules/interventi/modals/firma_tavoletta.php b/modules/interventi/modals/firma_tavoletta.php index 25d14a573..f61fdc594 100644 --- a/modules/interventi/modals/firma_tavoletta.php +++ b/modules/interventi/modals/firma_tavoletta.php @@ -25,7 +25,7 @@ echo ' '; echo ' -
+ @@ -293,7 +293,7 @@ echo ' $("#signature-pad").hide(); $("#image-signature").show(); - $("#btn-group-firma").show(); + $("#btn-group-firma").show(); } function mmToPx(mm) {