corrections mineures

FossilOrigin-Name: e62fe7f0e71352006c334ac8cbe3b2ef8d5e1aa604bfef1bd33bb44e835e9a4c
This commit is contained in:
engel 2022-05-21 07:58:02 +00:00
parent c41a8a8168
commit 1396f2fd73
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
*} *}
<div> <div>
<input type="checkbox" name="articlesCGI[]" id="article_{$key}" value="{$key}" class="choix" <input type="checkbox" name="articlesCGI[]" id="article_{$key}" value="{$key}" class="choix"
{if $article.valeur == 1}checked{/if}> {if $article.valeur == 1}checked{/if} />
<label for="article_{$key}">Article {$article.titre}</label> <label for="article_{$key}">Article {$article.titre}</label>
</div> </div>
{/foreach} {/foreach}
@ -44,7 +44,7 @@
{foreach from=$plugin_config->reduction key="key" item="taux"} {foreach from=$plugin_config->reduction key="key" item="taux"}
<div> <div>
<input type="checkbox" name="tauxReduction[]" id="taux_{$key}" value="{$key}" class="choix" <input type="checkbox" name="tauxReduction[]" id="taux_{$key}" value="{$key}" class="choix"
{if $taux.valeur == 1}checked{/if}> {if $taux.valeur == 1}checked{/if} />
<label for="taux_{$key}">Taux {$taux.taux}, ligne {$taux.ligne} de la déclaration <label for="taux_{$key}">Taux {$taux.taux}, ligne {$taux.ligne} de la déclaration
{if $taux.remarque !== ""}({$taux.remarque})</label>{/if} {if $taux.remarque !== ""}({$taux.remarque})</label>{/if}
</div> </div>
@ -95,7 +95,7 @@
<div class="champnom"> <div class="champnom">
<div class="actions"></div> <div class="actions"></div>
<div class="infos"> <div class="infos">
<input type="checkbox" name="champsNom[]" id="champ_{$nom}" value={$nom} class="choix" {if $nbChamps == 1 || $champ.position != 0}checked{/if} > <input type="checkbox" name="champsNom[]" id="champ_{$nom}" value={$nom} class="choix" {if $nbChamps == 1 || $champ.position != 0}checked{/if} />
<label for="champ_{$nom}">{$champ.titre}</label> <label for="champ_{$nom}">{$champ.titre}</label>
</div> </div>
</div> </div>