modifications cosmétiques onglet config
FossilOrigin-Name: 21f83c5e9592879d6bf6da68422ef32c7a12ca5f55444b296bb1e8d37634f43d
This commit is contained in:
parent
556a75d1f8
commit
4958b88538
@ -29,9 +29,9 @@
|
|||||||
{input type="checkbox" name="articlesCGI[]" value=$key label=$article.titre}
|
{input type="checkbox" name="articlesCGI[]" value=$key label=$article.titre}
|
||||||
*}
|
*}
|
||||||
<div>
|
<div>
|
||||||
<input type="checkbox" name="articlesCGI[]" 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>Article {$article.titre}</label>
|
<label for="article_{$key}">Article {$article.titre}</label>
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</dl>
|
</dl>
|
||||||
@ -43,9 +43,9 @@
|
|||||||
</dt>
|
</dt>
|
||||||
{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[]" 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>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>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
Loading…
Reference in New Issue
Block a user