diff --git a/templates/config.tpl b/templates/config.tpl index 0e60b4e..250a67e 100644 --- a/templates/config.tpl +++ b/templates/config.tpl @@ -1,16 +1,16 @@ {include file="%s/templates/_nav.tpl"|args:$plugin_root current_nav="config"} +{form_errors} +

Configuration

-{if $ok && !$form->hasErrors()} +{if isset($_GET['ok'])}

La configuration a bien été enregistrée.

{/if} -{form_errors} -
@@ -24,17 +24,20 @@ l'association)
+ {foreach from=$plugin_config->articlesCGI key="key" item="article"} {* À VÉRIFIER : {input : checked ne fonctionne pas si l'attribut name est un tableau... {input type="checkbox" name="articlesCGI[]" value=$key label=$article.titre} *} +
{/foreach} +
@@ -45,12 +48,14 @@ l'association)
+ {foreach from=$plugin_config->reduction key="key" item="taux"} {/if} {/foreach} +
@@ -175,7 +180,7 @@

N'oubliez pas d'enregistrer, sinon les modifications ne seront pas prises en compte !

- {csrf_field key="recusfiscaux_config"} + {csrf_field key=$csrf_key} {button type="submit" name="save" label="Enregistrer" shape="right" class="main" onclick="return verifierConfig(articles_cgi, taux_reduction)"}

@@ -186,7 +191,7 @@ var lesDivs = document.querySelectorAll('.actions'); for (i = 0; i < lesDivs.length; ++i) { var up = document.createElement('a'); - up.className = 'icn up'; + up.className = 'up icn-btn'; up.innerHTML = '↑'; up.title = 'Déplacer vers le haut'; up.onclick = function(e) {