diff --git a/admin/imprimer_recu.css b/admin/imprimer_recu.css index 8a51941..31778da 100644 --- a/admin/imprimer_recu.css +++ b/admin/imprimer_recu.css @@ -34,5 +34,18 @@ div.previs_recu font-family: Serif; font-size: 11pt; background-color: white; - page-break-after: always; + break-after: always; +} + +/* supprimer saut de page après dernier */ +div.previs_recu:last-of-type +{ + font-family: Serif; + font-size: 11pt; + background-color: white; + break-after: avoid; +} + +#__profiler { + display: none; } diff --git a/templates/recu_html.tpl b/templates/recu_html.tpl index 2390886..2bed92f 100644 --- a/templates/recu_html.tpl +++ b/templates/recu_html.tpl @@ -1,4 +1,4 @@ -{include file="_head.tpl" title="%s"|args:$plugin.name current="plugin_%s"|args:$plugin.id} +{include file="_head.tpl" title="%s"|args:$plugin.label current="plugin_%s"|args:$plugin.id} Articles 200, 238 bis et 978 du code général des impôts

{if $numero_sequentiel} - {afficher_numero_recu prefixe=$prefixeNum membre=$membre numero_personne=$personne->numero numero_sequentiel=$numero_courant} - + {afficher_numero_recu prefixe=$prefixeNum membre=$membre numero_personne=$personne->numero numero_sequentiel=$numero_courant} + {else} - {afficher_numero_recu prefixe=$prefixeNum membre=$membre numero_personne=$personne->numero numero_sequentiel=$numero_sequentiel} + {afficher_numero_recu prefixe=$prefixeNum membre=$membre numero_personne=$personne->numero numero_sequentiel=$numero_sequentiel} {/if}
@@ -28,20 +28,20 @@

Bénéficiaire des versements

Association « {$org_name} »
- {$org_address}
- Objet : {$objet_asso} + {$org_address}
+ Objet : {$objet_asso}

Donateur

- {$personne.nomPrenom}
- {$personne.adresse}
- {$personne.codePostal} {$personne.ville} - {if $courriel && $personne.courriel != ""} -
courriel : {$personne.courriel} - {/if} + {$personne.nomPrenom}
+ {$personne.adresse}
+ {$personne.codePostal} {$personne.ville} + {if $courriel && $personne.courriel != ""} +
courriel : {$personne.courriel} + {/if}

@@ -50,7 +50,7 @@