This commit is contained in:
Fabio Lovato 2018-02-20 14:50:19 +01:00
commit 6d7b786eab
7 changed files with 45 additions and 20 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

@ -292,3 +292,19 @@ echo '
echo '
<p class="text-center"><b>'.tr('Il tutto S.E. & O.').'</b></p>
<p class="text-center">'.tr("In attesa di un Vostro Cortese riscontro, colgo l'occasione per porgere Cordiali Saluti").'</p>';
//Firma
echo '<div style=\'position:absolute; bottom:'.($settings['margins']['bottom'] + $settings['footer-height']).'px\' > <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></div>';

View File

@ -0,0 +1,3 @@
<?php
echo '$default_footer$';
?>

View File

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

View File

@ -344,3 +344,19 @@ echo '
// Conclusione
echo '
<p class="text-center">'.tr("In attesa di un Vostro Cortese riscontro, colgo l'occasione per porgere Cordiali Saluti").'</p>';
//Firma
echo '<div style=\'position:absolute; bottom:'.($settings['margins']['bottom'] + $settings['footer-height']).'px\' > <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></div>';

View File

@ -1,17 +1,3 @@
<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

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