Modernisation des éléments du formulaire
This commit is contained in:
parent
323bc87a38
commit
97abfb4774
3 changed files with 13 additions and 17 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue