Petites améliorations visuelles

FossilOrigin-Name: d49c7da937399712e76d901e1ce5b1cd6e4db96ebe67e642f4449d4bbb2cce77
This commit is contained in:
engel 2024-09-18 07:44:20 +00:00
parent 1dc7969f0d
commit 27168d0f0b
2 changed files with 29 additions and 16 deletions

View File

@ -34,5 +34,18 @@ div.previs_recu
font-family: Serif; font-family: Serif;
font-size: 11pt; font-size: 11pt;
background-color: white; 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;
} }

View File

@ -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}
<?php <?php
$fmt = new \NumberFormatter('fr_FR', \NumberFormatter::SPELLOUT); $fmt = new \NumberFormatter('fr_FR', \NumberFormatter::SPELLOUT);
@ -15,12 +15,12 @@
<p id="articles">Articles 200, 238 bis et 978 du code général des impôts</p> <p id="articles">Articles 200, 238 bis et 978 du code général des impôts</p>
<div id="numRecu"> <div id="numRecu">
{if $numero_sequentiel} {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}
<?php <?php
++$numero_courant; ++$numero_courant;
?> ?>
{else} {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} {/if}
</div> </div>
</div> </div>
@ -28,20 +28,20 @@
<div class="cartouche" id="beneficiaire"> <div class="cartouche" id="beneficiaire">
<h3 class="rubrique">Bénéficiaire des versements</h3> <h3 class="rubrique">Bénéficiaire des versements</h3>
<p class="important">Association « {$org_name} »<br /> <p class="important">Association « {$org_name} »<br />
{$org_address}<br /> {$org_address}<br />
<span class="titre">Objet&nbsp;:&nbsp;</span><span class="libelle">{$objet_asso}</span> <span class="titre">Objet&nbsp;:&nbsp;</span><span class="libelle">{$objet_asso}</span>
</p> </p>
</div> </div>
<div class="cartouche" id="donateur"> <div class="cartouche" id="donateur">
<h3 class="rubrique">Donateur</h3> <h3 class="rubrique">Donateur</h3>
<p> <p>
{$personne.nomPrenom}<br /> {$personne.nomPrenom}<br />
{$personne.adresse}<br /> {$personne.adresse}<br />
{$personne.codePostal} {$personne.ville} {$personne.codePostal} {$personne.ville}
{if $courriel && $personne.courriel != ""} {if $courriel && $personne.courriel != ""}
<br />courriel : <a href="mailto:{$personne.courriel}">{$personne.courriel}</a> <br />courriel : <a href="mailto:{$personne.courriel}">{$personne.courriel}</a>
{/if} {/if}
</p> </p>
</div> </div>