corrections mineures
FossilOrigin-Name: 1ee79b4944c44721026d86fd258c1fa922993c234443bb195d761e3050e92937
This commit is contained in:
parent
0023c2722f
commit
f25216448a
3 changed files with 7 additions and 7 deletions
|
|
@ -30,7 +30,7 @@
|
|||
*}
|
||||
<div>
|
||||
<input type="checkbox" name="articlesCGI[]" value="{$key}" class="choix"
|
||||
{if $article.valeur == 1}checked{/if}>
|
||||
{if $article.valeur == 1}checked{/if} />
|
||||
<label>Article {$article.titre}</label>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
{foreach from=$plugin_config->reduction key="key" item="taux"}
|
||||
<div>
|
||||
<input type="checkbox" name="tauxReduction[]" value="{$key}" class="choix"
|
||||
{if $taux.valeur == 1}checked{/if}>
|
||||
{if $taux.valeur == 1}checked{/if} />
|
||||
<label>Taux {$taux.taux}, ligne {$taux.ligne} de la déclaration
|
||||
{if $taux.remarque !== ""}({$taux.remarque})</label>{/if}
|
||||
</div>
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
<div>
|
||||
{foreach from=$champsNom key="nom" item="champ"}
|
||||
<div>
|
||||
<input type="checkbox" name="champsNom[]" value={$nom} class="choix" {if $nbChamps == 1 || $champ.position != 0}checked{/if} >
|
||||
<input type="checkbox" name="champsNom[]" value={$nom} class="choix" {if $nbChamps == 1 || $champ.position != 0}checked{/if} />
|
||||
<label>{$champ.titre}</label>
|
||||
<div class="actions">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue