simplification affichage
FossilOrigin-Name: 676c58857ae7ff3522d30289744ec302c2254097bfdf2420e1c2178d4ddf4c5d
This commit is contained in:
parent
1888314fa7
commit
c7f5500224
@ -101,8 +101,8 @@
|
|||||||
de configuration</h3 {/if} {if $nbTaux > 0 && $nbChamps > 0} <table class="list">
|
de configuration</h3 {/if} {if $nbTaux > 0 && $nbChamps > 0} <table class="list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Cocher</th>
|
|
||||||
<th>Activité et Tarif</th>
|
<th>Activité et Tarif</th>
|
||||||
|
<th>Cocher</th>
|
||||||
<th>Taux de réduction</th>
|
<th>Taux de réduction</th>
|
||||||
<th>Caractéristiques activité</th>
|
<th>Caractéristiques activité</th>
|
||||||
<th>N° et Compte</th>
|
<th>N° et Compte</th>
|
||||||
@ -111,6 +111,10 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{foreach from=$activitesTarifsComptes item="activite"}
|
{foreach from=$activitesTarifsComptes item="activite"}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>
|
||||||
|
<span>{$activite.titreActivite} - {$activite.titreTarif}</span>
|
||||||
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{if $nbTarifs == 1}
|
{if $nbTarifs == 1}
|
||||||
{input
|
{input
|
||||||
@ -127,9 +131,6 @@
|
|||||||
}
|
}
|
||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
<span>{$activite.titreActivite} - {$activite.titreTarif}</span>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
{foreach from=$plugin_config->reduction item="reduc"}
|
{foreach from=$plugin_config->reduction item="reduc"}
|
||||||
{if $reduc->valeur == 1}
|
{if $reduc->valeur == 1}
|
||||||
|
Loading…
Reference in New Issue
Block a user