modifications mineures présentation
FossilOrigin-Name: a2a2774e433f8b99984954fa0ebdea31ec377527cf0e19d1b46d8695d9c0b31d
This commit is contained in:
parent
7306708732
commit
fde14bb15c
|
@ -34,9 +34,9 @@
|
||||||
<label for="radio_versements_activites">
|
<label for="radio_versements_activites">
|
||||||
<div class="explications">
|
<div class="explications">
|
||||||
<h5>
|
<h5>
|
||||||
Certaines activités ou certains tarifs importent.
|
Certaines activités, certains tarifs ou certains comptes importent.
|
||||||
</h5>
|
</h5>
|
||||||
<p class="help">Choisissez cette option pour classer les versements par activités et tarifs</p>
|
<p class="help">Choisissez cette option pour classer les versements par activités, tarifs et comptes</p>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
</dd>
|
</dd>
|
||||||
|
@ -102,15 +102,12 @@
|
||||||
$activite = $lesActivites[$tarif->idActivite];
|
$activite = $lesActivites[$tarif->idActivite];
|
||||||
?>
|
?>
|
||||||
<div class="activite">
|
<div class="activite">
|
||||||
<?php
|
|
||||||
$libelle = $activite->label . " - tarif " . $tarif->label . " ; ";
|
|
||||||
?>
|
|
||||||
{if $nbTarifs == 1}
|
{if $nbTarifs == 1}
|
||||||
{input
|
{input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="tarifs[]"
|
name="tarifs[]"
|
||||||
value="%s_%s"|args:$elem.idTarif,$elem.idCompte
|
value="%s_%s"|args:$elem.idTarif,$elem.idCompte
|
||||||
label="%s - tarif %s ;"|args:$activite.label,$tarif.label
|
label="Activité « %s » - tarif « %s » ;"|args:$activite.label,$tarif.label
|
||||||
checked="checked"
|
checked="checked"
|
||||||
}
|
}
|
||||||
{else}
|
{else}
|
||||||
|
@ -118,7 +115,7 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="tarifs[]"
|
name="tarifs[]"
|
||||||
value="%s_%s"|args:$elem.idTarif,$elem.idCompte
|
value="%s_%s"|args:$elem.idTarif,$elem.idCompte
|
||||||
label="%s - tarif %s ;"|args:$activite.label,$tarif.label
|
label="Activité « %s » - tarif « %s » ;"|args:$activite.label,$tarif.label
|
||||||
}
|
}
|
||||||
{/if}
|
{/if}
|
||||||
<span>compte : {$elem.codeCompte} ({$compte->nomCompte})</span>
|
<span>compte : {$elem.codeCompte} ({$compte->nomCompte})</span>
|
||||||
|
|
|
@ -36,7 +36,7 @@ summary.personne
|
||||||
}
|
}
|
||||||
div.activite
|
div.activite
|
||||||
{
|
{
|
||||||
background-color: rgba(var(--gSecondColor), 0.4);
|
background-color: rgba(var(--gSecondColor), 0.3);
|
||||||
}
|
}
|
||||||
div.personne
|
div.personne
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue