Améliorations cosmétiques

This commit is contained in:
Jean-Christophe Engel 2026-01-01 10:19:58 +01:00
parent 846a651008
commit 3f2c4902c9
6 changed files with 10 additions and 11 deletions

View file

@ -1,9 +1,5 @@
{{* -*- brindille -*- *}}
{{if $_GET.ok == 1}}
<p class="block confirm">Configuration enregistrée.</p>
{{/if}}
{{* lecture config (défaut ou enregistrée) *}}
{{:include file="./_get_config.html" keep="module.config, config_defaut"}}
@ -51,6 +47,9 @@
{{:admin_header title="Configuration" custom_css="./style.css" current="module_amortissement"}}
{{:include file="_nav.html" current="config"}}
{{if $_GET.ok == 1}}
<p class="block confirm">Configuration enregistrée.</p>
{{/if}}
{{* récupérer l'exercice courant ou sinon le plus récent *}}
{{:assign var="selected_year" from="logged_user.preferences.accounting_year"}}