Modernisation des éléments du formulaire

This commit is contained in:
bohwaz 2021-12-17 11:56:52 +01:00
parent 323bc87a38
commit 97abfb4774
3 changed files with 13 additions and 17 deletions

View file

@ -3,6 +3,7 @@
{form_errors}
{if count($factures)}
<table class="list">
<thead>
<td>Type</td>
@ -67,5 +68,8 @@
</tbody>
</table>
{else}
<p class="help">Aucun document, vous pouvez commencer par {link href="facture_ajouter.php" label="créer un nouveau document"}.</p>
{/if}
{include file="admin/_foot.tpl"}