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"> <nav class="tabs">
<ul> <ul>
<li {{if $current == 'index'}} class="current"{{/if}}><a href="{{$module.url}}index.html">Immobilisations</a></li> <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> </ul>
</nav> </nav>

View File

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

View File

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