mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Firma anche per contratti
This commit is contained in:
parent
98766b4f64
commit
f773f57a72
@ -120,9 +120,9 @@ $_SESSION['superselect']['idanagrafica'] = $records[0]['idanagrafica'];
|
|||||||
</div>
|
</div>
|
||||||
</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>
|
<button type="submit" class="btn btn-success"><i class="fa fa-check"></i> <?php echo tr('Salva modifiche'); ?></button>
|
||||||
</div>
|
</div-->
|
||||||
|
|
||||||
</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>
|
<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>
|
<div class="clearfix"></div>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
17
templates/contratti/footer.php
Normal file
17
templates/contratti/footer.php
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<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$';
|
||||||
|
?>
|
5
templates/contratti/settings.php
Normal file
5
templates/contratti/settings.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'footer-height' => 30,
|
||||||
|
];
|
@ -1,6 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'header-height' => 35,
|
'footer-height' => 30,
|
||||||
'footer-height' => 25,
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user