diff --git a/templates/clients.tpl b/templates/clients.tpl index 3cf12cb..e733225 100644 --- a/templates/clients.tpl +++ b/templates/clients.tpl @@ -43,7 +43,7 @@ {/if} {else} -
+
Aucun client trouvé.
{/if} @@ -54,24 +54,18 @@{csrf_field key="add_client"} - + {button type="submit" name="add" label="Enregistrer" shape="right" class="main"}
diff --git a/templates/config.tpl b/templates/config.tpl index 4ec6e20..286582c 100644 --- a/templates/config.tpl +++ b/templates/config.tpl @@ -51,9 +51,7 @@ diff --git a/templates/index.tpl b/templates/index.tpl index 11c20c6..a8f4596 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -3,6 +3,7 @@ {form_errors} +{if count($factures)}Type | @@ -67,5 +68,8 @@
Aucun document, vous pouvez commencer par {link href="facture_ajouter.php" label="créer un nouveau document"}.
+{/if} {include file="admin/_foot.tpl"}