From aeac84764683d039a8daea6e404b8839280ab502 Mon Sep 17 00:00:00 2001 From: Noizette Date: Sat, 24 Oct 2020 09:19:21 +0200 Subject: [PATCH] =?UTF-8?q?Repose=20sur=20champs=20identit=C3=A9=20pour=20?= =?UTF-8?q?les=20membres=20+=20facture=5Fpdf.php=20->=20pdf.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/config.tpl | 2 +- templates/facture.tpl | 4 ++-- templates/facture_ajouter.tpl | 2 +- templates/facture_modifier.tpl | 2 +- www/admin/_inc.php | 2 ++ www/admin/facture.php | 32 +------------------------- www/admin/facture_ajouter.php | 4 ++-- www/admin/facture_modifier.php | 4 ++-- www/admin/{facture_pdf.php => pdf.php} | 10 ++++---- 9 files changed, 18 insertions(+), 44 deletions(-) rename www/admin/{facture_pdf.php => pdf.php} (96%) diff --git a/templates/config.tpl b/templates/config.tpl index d81a1ff..76cd4a9 100644 --- a/templates/config.tpl +++ b/templates/config.tpl @@ -76,7 +76,7 @@
- Pour personnaliser l'apparence de la facture, il faut pour l'instant se retrousser les manches et éditer soi-même le fichier www/admin/facture_pdf.php du plugin ! + Pour personnaliser l'apparence de la facture, il faut pour l'instant se retrousser les manches et éditer soi-même le fichier www/admin/pdf.php du plugin !

diff --git a/templates/facture.tpl b/templates/facture.tpl index 8981705..1d68e72 100644 --- a/templates/facture.tpl +++ b/templates/facture.tpl @@ -8,10 +8,10 @@ {/if} - +

- +
{include file="admin/_foot.tpl"} diff --git a/templates/facture_ajouter.tpl b/templates/facture_ajouter.tpl index a91588b..6574063 100644 --- a/templates/facture_ajouter.tpl +++ b/templates/facture_ajouter.tpl @@ -59,7 +59,7 @@
{foreach from=$membres item="membre"} - + {/foreach}