simplification présentation
FossilOrigin-Name: 92a26d123e288053bef4008013ecc4531bd1a94f91dfb36877f0ecfc1731b31e
This commit is contained in:
parent
358aad1ec7
commit
9c64e19f4c
2 changed files with 2 additions and 117 deletions
|
|
@ -3,42 +3,6 @@
|
|||
|
||||
<h2>Versements par personne</h2>
|
||||
|
||||
<form method="post" id="saisie_taux" action="{$self_url}">
|
||||
<div id="menu_versements" class="menu">
|
||||
<h3>Choisir le taux de réduction</h3>
|
||||
<fieldset>
|
||||
{*
|
||||
{if $nbTaux == 0}
|
||||
<h3 class="warning">Vous devez d'abord sélectionner au moins un taux de réduction dans l'onglet de configuration</h3>
|
||||
{/if}
|
||||
{if $nbChamps == 0}
|
||||
<h3 class="warning">Vous devez d'abord sélectionner au moins un champ pour le nom et le prénom dans l'onglet de configuration</h3>
|
||||
{/if}
|
||||
{if $nbTaux > 0 && $nbChamps > 0}
|
||||
*}
|
||||
<ul class="reduction">
|
||||
{foreach from=$plugin_config->reduction item="reduc"}
|
||||
{if $reduc->valeur == 1}
|
||||
<li>
|
||||
<span class="radio-btn">
|
||||
<input type="radio" id="{$reduc->taux}" name="taux_reduction" value="{$reduc->taux}"
|
||||
{*
|
||||
{if $nbTaux == 1}checked{/if}
|
||||
*}
|
||||
/>
|
||||
<label for="{$reduc->taux}">{$reduc->taux}{if $reduc->remarque != ""} - {$reduc->remarque}{/if}</label>
|
||||
</span>
|
||||
</li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
{*
|
||||
{/if}
|
||||
*}
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<fieldset class="noprint">
|
||||
<input type="checkbox" class="check_global" id="check_global"
|
||||
onclick="cocherDecocherToutesLesPersonnes(check_global)" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue