Firma anche per contratti

This commit is contained in:
Luca 2018-02-20 10:55:00 +01:00
parent 98766b4f64
commit f773f57a72
4 changed files with 27 additions and 6 deletions

View File

@ -120,9 +120,9 @@ $_SESSION['superselect']['idanagrafica'] = $records[0]['idanagrafica'];
</div>
</div>
<div class="pull-right">
<!--div class="pull-right">
<button type="submit" class="btn btn-success"><i class="fa fa-check"></i> <?php echo tr('Salva modifiche'); ?></button>
</div>
</div-->
</div>
</div>
@ -148,9 +148,9 @@ $_SESSION['superselect']['idanagrafica'] = $records[0]['idanagrafica'];
} ?>
<div class="pull-right">
<!--div class="pull-right">
<a class="btn btn-info" href="<?php echo $rootdir ?>/pdfgen.php?ptype=preventivi&idpreventivo=<?php echo $id_record ?>" target="_blank"><i class="fa fa-print"></i> Stampa preventivo</a>
</div>
</div-->
<div class="clearfix"></div>
<br>

View File

@ -0,0 +1,17 @@
<table>
<tr>
<td style="vertical-align:bottom;" width="50%">
, ___________________________
</td>
<td align="center" style="vertical-align:bottom;" width="50%">
FIRMA PER ACCETTAZIONE<br><br>
_____________________________________
</td>
</tr>
</table>
<br>
<?php
echo '$default_footer$';
?>

View File

@ -0,0 +1,5 @@
<?php
return [
'footer-height' => 30,
];

View File

@ -1,6 +1,5 @@
<?php
return [
'header-height' => 35,
'footer-height' => 25,
'footer-height' => 30,
];