PDF pour devis/facture/cotisation

This commit is contained in:
Noizette 2021-11-10 23:27:07 +01:00
parent 5847140e09
commit 6a02ddfe87
3 changed files with 196 additions and 264 deletions

View file

@ -11,7 +11,7 @@
{linkbutton shape="delete" href="%sfacture_supprimer.php?id=%d"|args:$plugin_url,$facture.id label="Supprimer ce document"}
<div>
<embed src="pdf.php?id={$id}" type="application/pdf" width="100%" height="800px;" style="max-width: 900px;">
<div style="margin-top: 1em; width: min-content;">
<embed src="pdf.php?id={$id}" type="application/pdf" width="840px" height="1188px" style="max-width: 900px; border: 1px solid black;">
</div>
{include file="admin/_foot.tpl"}