Ajout archivage factures
This commit is contained in:
parent
cb3d201aec
commit
a80bebcc4e
5 changed files with 20 additions and 11 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue