Changement nom et modification cosmétique
This commit is contained in:
parent
9694fe1ce5
commit
636bb10a8c
|
@ -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>
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
{{:linkbutton
|
||||
label="Ajouter une immobilisation"
|
||||
shape="plus"
|
||||
href="asset.html"
|
||||
href="add_asset.html"
|
||||
}}
|
||||
</p>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in New Issue