Mutualisation paramètres immo + rationalisation navigation
This commit is contained in:
parent
c096282f08
commit
ba17145837
10 changed files with 131 additions and 95 deletions
|
|
@ -68,11 +68,11 @@
|
|||
{{:admin_header title="Liste des amortissements" custom_css="./style.css" current="module_amortissement"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
{{if $_GET.amort == "fini" || $valeur_residuelle== 0 }}
|
||||
{{if $_GET.type_immo == "fini" || $valeur_residuelle== 0 }}
|
||||
{{:assign subcurrent="fini"}}
|
||||
{{elseif $_GET.amort == "archive"}}
|
||||
{{elseif $_GET.type_immo == "archive"}}
|
||||
{{:assign subcurrent="archive"}}
|
||||
{{elseif $_GET.amort == null || $_GET.amort == "encours"}}
|
||||
{{elseif $_GET.type_immo == null || $_GET.type_immo == "encours"}}
|
||||
{{:assign subcurrent="encours"}}
|
||||
{{else}}
|
||||
{{:assign subcurrent="autres"}}
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
</section>
|
||||
{{/if}}
|
||||
|
||||
{{if $_GET.amort == null || $_GET.amort != "fini"}}
|
||||
{{if $_GET.type_immo == null || $_GET.type_immo != "fini"}}
|
||||
|
||||
{{* Autres amortissements non rattachés *}}
|
||||
{{#select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue