1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-25 06:55:05 +01:00

Fix minori

This commit is contained in:
Luca 2024-03-06 18:57:19 +01:00
parent 5f79a6ee71
commit cb1e69f6ec
2 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@ if ($interventi_da_firmare) {
</tbody>
</table>';
} else {
echo 'Nessun Intervento..';
echo tr('Nessun Intervento.');
}
echo '
</div>
@ -123,7 +123,7 @@ if ($interventi_firmati) {
</tbody>
</table>';
} else {
echo 'Nessun Intervento..';
echo tr('Nessun Intervento.');
}
echo '
</div>
@ -169,7 +169,7 @@ if ($interventi_completati) {
<i class="fa fa-warning"></i> '.tr('Questi interventi non verranno firmati').'
</div>';
} else {
echo 'Nessun Intervento..';
echo tr('Nessun Intervento.');
}
echo '
</div>

View File

@ -25,7 +25,7 @@ echo '
<script src="'.$rootdir.'/assets/dist/js/wacom.min.js"></script>';
echo '
<form action="'.$rootdir.'/editor.php?id_module='.$id_module.'&id_record='.$id_record,'" method="post" id="form-firma">
<form action="'.base_path().'/editor.php?id_module='.$id_module.'&id_record='.$id_record. '" method="post" id="form-firma">
<input type="hidden" name="op" value="firma">
<input type="hidden" name="backto" value="record-edit">
@ -293,7 +293,7 @@ echo '
$("#signature-pad").hide();
$("#image-signature").show();
$("#btn-group-firma").show();
$("#btn-group-firma").show();
}
function mmToPx(mm) {