Stampe preventivi e contratti, firma in fondo alla pagina

This commit is contained in:
Luca 2018-02-20 12:05:10 +01:00
parent f773f57a72
commit 752195dbb0
6 changed files with 34 additions and 30 deletions

View File

@ -292,3 +292,19 @@ echo '
echo ' echo '
<p class="text-center"><b>'.tr('Il tutto S.E. & O.').'</b></p> <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>'; <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 <?php
echo '$default_footer$'; echo '$default_footer$';
?> ?>

View File

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

View File

@ -344,3 +344,19 @@ echo '
// Conclusione // Conclusione
echo ' echo '
<p class="text-center">'.tr("In attesa di un Vostro Cortese riscontro, colgo l'occasione per porgere Cordiali Saluti").'</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

@ -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 <?php
echo '$default_footer$'; echo '$default_footer$';
?> ?>

View File

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