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:
parent
5f79a6ee71
commit
cb1e69f6ec
@ -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>
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user