Stampe preventivi e contratti, firma in fondo alla pagina
This commit is contained in:
parent
f773f57a72
commit
752195dbb0
|
@ -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%">
|
||||
lì, ___________________________
|
||||
</td>
|
||||
|
||||
<td align="center" style="vertical-align:bottom;" width="50%">
|
||||
FIRMA PER ACCETTAZIONE<br><br>
|
||||
_____________________________________
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br></div>';
|
||||
|
|
|
@ -1,17 +1,3 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td style="vertical-align:bottom;" width="50%">
|
||||
lì, ___________________________
|
||||
</td>
|
||||
|
||||
<td align="center" style="vertical-align:bottom;" width="50%">
|
||||
FIRMA PER ACCETTAZIONE<br><br>
|
||||
_____________________________________
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<?php
|
||||
echo '$default_footer$';
|
||||
?>
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'footer-height' => 30,
|
||||
'footer-height' => 35,
|
||||
];
|
||||
|
|
|
@ -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%">
|
||||
lì, ___________________________
|
||||
</td>
|
||||
|
||||
<td align="center" style="vertical-align:bottom;" width="50%">
|
||||
FIRMA PER ACCETTAZIONE<br><br>
|
||||
_____________________________________
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br></div>';
|
|
@ -1,17 +1,3 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td style="vertical-align:bottom;" width="50%">
|
||||
lì, ___________________________
|
||||
</td>
|
||||
|
||||
<td align="center" style="vertical-align:bottom;" width="50%">
|
||||
FIRMA PER ACCETTAZIONE<br><br>
|
||||
_____________________________________
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<?php
|
||||
echo '$default_footer$';
|
||||
?>
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'footer-height' => 30,
|
||||
'footer-height' => 35,
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue