Amélioration présentation onglets et menu
This commit is contained in:
parent
db1f1700d1
commit
10c2e5131f
16 changed files with 24 additions and 22 deletions
14
_nav.html
14
_nav.html
|
|
@ -24,13 +24,15 @@
|
|||
<li {{if $current == "config"}} class="current"{{/if}}><a href="config.html">Configuration</a></li>
|
||||
</ul>
|
||||
|
||||
{{if $subsubcurrent == "amortization"}}
|
||||
{{if $subsubcurrent != null}}
|
||||
<ul class="sub">
|
||||
<li class="title strong">Amortissements</li>
|
||||
</ul>
|
||||
{{elseif $subsubcurrent == "balance_exit"}}
|
||||
<ul class="sub">
|
||||
<li class="title strong">Sortie de bilan</li>
|
||||
{{if $subsubcurrent == "amortization"}}
|
||||
<li class="title strong">Amortissements</li>
|
||||
{{elseif $subsubcurrent == "balance_exit"}}
|
||||
<li class="title strong">Sortie de bilan</li>
|
||||
{{elseif $subsubcurrent == "transfer"}}
|
||||
<li class="title strong">Transfert d'immobilisations</li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue