Changement nom et modification cosmétique

This commit is contained in:
Jean-Christophe Engel 2024-02-15 21:09:50 +01:00
parent 9694fe1ce5
commit 636bb10a8c
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<nav class="tabs">
<ul>
<li {{if $current == 'index'}} class="current"{{/if}}><a href="{{$module.url}}index.html">Immobilisations</a></li>
<li {{if $current == 'amortissements'}} class="current"{{/if}}><a href="{{$module.url}}/amortissements.html">Amortissements</a></li>
<li {{if $current == 'amortization'}} class="current"{{/if}}><a href="{{$module.url}}/amortization.html">Amortissements</a></li>
</ul>
</nav>

View File

@ -52,7 +52,7 @@
{{:redirect to="index.html?ok=1"}}
{{/form}}
{{* préparer les infos pour le formulaire *}}
{{* Préparer les infos pour le formulaire *}}
{{:assign var="bank_account.512A" value="512A — Compte courant"}}
{{#years closed=false}}
@ -102,5 +102,4 @@
</form>
{{:admin_footer}}

View File

@ -82,7 +82,7 @@
{{:linkbutton
label="Ajouter une immobilisation"
shape="plus"
href="asset.html"
href="add_asset.html"
}}
</p>
</fieldset>