Fix per firma da mobile
This commit is contained in:
parent
764ffb7639
commit
13dbb3d80a
|
@ -47,7 +47,7 @@ if (get('anteprima') !== null) {
|
|||
</div>';
|
||||
}
|
||||
|
||||
if (setting('Sistema di firma') == 'Base') {
|
||||
if ((setting('Sistema di firma') == 'Base') || isMobile() ){
|
||||
?>
|
||||
<form action="<?php echo base_path(); ?>/editor.php?id_module=<?php echo $id_module; ?>&id_record=<?php echo $id_record; ?>" method="post" id="form-firma" class="hide">
|
||||
<input type="hidden" name="op" value="firma">
|
||||
|
|
Loading…
Reference in New Issue