simplification affichage
FossilOrigin-Name: 442ad95644cd0884b83bfeefd06cc54b77cbce877b564ee96ba0ea4748aa8591
This commit is contained in:
parent
c51bc9a97f
commit
55d2ce0cbb
|
@ -101,8 +101,8 @@
|
|||
de configuration</h3 {/if} {if $nbTaux > 0 && $nbChamps > 0} <table class="list">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Cocher</th>
|
||||
<th>Activité et Tarif</th>
|
||||
<th>Cocher</th>
|
||||
<th>Taux de réduction</th>
|
||||
<th>Caractéristiques activité</th>
|
||||
<th>N° et Compte</th>
|
||||
|
@ -111,6 +111,9 @@
|
|||
<tbody>
|
||||
{foreach from=$activitesTarifsComptes item="activite"}
|
||||
<tr>
|
||||
<td>
|
||||
<span>{$activite.titreActivite} - {$activite.titreTarif}</span>
|
||||
</td>
|
||||
<td>
|
||||
{if $nbTarifs == 1}
|
||||
{input
|
||||
|
@ -127,9 +130,6 @@
|
|||
}
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
<span>{$activite.titreActivite} - {$activite.titreTarif}</span>
|
||||
</td>
|
||||
<td>
|
||||
{foreach from=$plugin_config->reduction item="reduc"}
|
||||
{if $reduc->valeur == 1}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
{* Itération sur les personnes *}
|
||||
<?php $rang = 0; ?>
|
||||
{foreach from=$lesVersements key="i" item="versement"}
|
||||
{foreach from=$lesVersements item="versement"}
|
||||
{if $rang == 0}
|
||||
{* 1ère personne *}
|
||||
<?php
|
||||
|
|
|
@ -89,8 +89,6 @@ $tpl->register_function('afficher_debut_personne', function ($params)
|
|||
$out .= sprintf('
|
||||
<fieldset class="versements" id="versements_%s">',
|
||||
$idVersement);
|
||||
// $out .= '<br />
|
||||
// <hr>';
|
||||
return $out;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue