diff --git a/modules/preventivi/edit.php b/modules/preventivi/edit.php index 6096e66dd..667e08888 100644 --- a/modules/preventivi/edit.php +++ b/modules/preventivi/edit.php @@ -120,9 +120,9 @@ $_SESSION['superselect']['idanagrafica'] = $records[0]['idanagrafica']; -
+
@@ -148,9 +148,9 @@ $_SESSION['superselect']['idanagrafica'] = $records[0]['idanagrafica']; } ?> -
+

diff --git a/templates/contratti/body.php b/templates/contratti/body.php index 1fe8df860..0a12335ee 100644 --- a/templates/contratti/body.php +++ b/templates/contratti/body.php @@ -292,3 +292,19 @@ echo ' echo '

'.tr('Il tutto S.E. & O.').'

'.tr("In attesa di un Vostro Cortese riscontro, colgo l'occasione per porgere Cordiali Saluti").'

'; + + +//Firma +echo '
+ + + + + +
+ lì, ___________________________ + + FIRMA PER ACCETTAZIONE

+ _____________________________________ +
+
'; diff --git a/templates/contratti/footer.php b/templates/contratti/footer.php new file mode 100644 index 000000000..f8bab89ab --- /dev/null +++ b/templates/contratti/footer.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/templates/contratti/settings.php b/templates/contratti/settings.php new file mode 100644 index 000000000..0f521bee5 --- /dev/null +++ b/templates/contratti/settings.php @@ -0,0 +1,5 @@ + 35, +]; diff --git a/templates/preventivi/body.php b/templates/preventivi/body.php index c35117aa0..2c6154161 100644 --- a/templates/preventivi/body.php +++ b/templates/preventivi/body.php @@ -344,3 +344,19 @@ echo ' // Conclusione echo '

'.tr("In attesa di un Vostro Cortese riscontro, colgo l'occasione per porgere Cordiali Saluti").'

'; + + +//Firma +echo '
+ + + + + +
+ lì, ___________________________ + + FIRMA PER ACCETTAZIONE

+ _____________________________________ +
+
'; \ No newline at end of file diff --git a/templates/preventivi/footer.php b/templates/preventivi/footer.php index 6bad627b8..f8bab89ab 100644 --- a/templates/preventivi/footer.php +++ b/templates/preventivi/footer.php @@ -1,17 +1,3 @@ - - - - - - -
- lì, ___________________________ - - FIRMA PER ACCETTAZIONE

- _____________________________________ -
-
- \ No newline at end of file diff --git a/templates/preventivi/settings.php b/templates/preventivi/settings.php index fb250224b..0f521bee5 100644 --- a/templates/preventivi/settings.php +++ b/templates/preventivi/settings.php @@ -1,6 +1,5 @@ 35, - 'footer-height' => 25, + 'footer-height' => 35, ];