From 55d2ce0cbb55feec6e4e44448df3f8d8273d5db1 Mon Sep 17 00:00:00 2001 From: engel <> Date: Wed, 27 Apr 2022 13:56:04 +0000 Subject: [PATCH] simplification affichage FossilOrigin-Name: 442ad95644cd0884b83bfeefd06cc54b77cbce877b564ee96ba0ea4748aa8591 --- templates/index.tpl | 8 ++++---- templates/versements_personnes.tpl | 2 +- www/admin/action.php | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/index.tpl b/templates/index.tpl index 8e54e1b..a2650c9 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -101,8 +101,8 @@ de configuration 0 && $nbChamps > 0} - + @@ -111,6 +111,9 @@ {foreach from=$activitesTarifsComptes item="activite"} + -
Cocher Activité et TarifCocher Taux de réduction Caractéristiques activité N° et Compte
+ {$activite.titreActivite} - {$activite.titreTarif} + {if $nbTarifs == 1} {input @@ -127,9 +130,6 @@ } {/if} - {$activite.titreActivite} - {$activite.titreTarif} - {foreach from=$plugin_config->reduction item="reduc"} {if $reduc->valeur == 1} diff --git a/templates/versements_personnes.tpl b/templates/versements_personnes.tpl index 519b471..da70472 100644 --- a/templates/versements_personnes.tpl +++ b/templates/versements_personnes.tpl @@ -18,7 +18,7 @@ {* Itération sur les personnes *} - {foreach from=$lesVersements key="i" item="versement"} + {foreach from=$lesVersements item="versement"} {if $rang == 0} {* 1ère personne *} register_function('afficher_debut_personne', function ($params) $out .= sprintf('
', $idVersement); - // $out .= '
- //
'; return $out; });