Ajout archivage factures

This commit is contained in:
Jean-Christophe Engel 2026-02-14 15:20:49 +01:00
parent cb3d201aec
commit a80bebcc4e
5 changed files with 20 additions and 11 deletions

View file

@ -1,5 +1,9 @@
{include file="_head.tpl" title="Documents — %s"|args:$plugin.name current="plugin_%s"|args:$plugin.name}
{include file="%s/templates/_menu.tpl"|args:$plugin_root current="index"}
{if $archive}
{include file="%s/templates/_menu.tpl"|args:$plugin_root current="archives"}
{else}
{include file="%s/templates/_menu.tpl"|args:$plugin_root current="index"}
{/if}
{form_errors}
@ -26,7 +30,7 @@
<td>{$facture.total|escape|money_currency}</td>
<td class="actions">
{linkbutton shape="download" href="pdf.php?id=%d&d"|args:$facture.id label="Télécharger"}
{linkbutton shape="menu" href="facture.php?id=%d"|args:$facture.id label="Voir"}
{linkbutton shape="eye" href="facture.php?id=%d"|args:$facture.id label="Voir"}
</td>
</tr>
{/foreach}