diff --git a/_nav.html b/_nav.html index 5fa79aa..4c1d5a7 100644 --- a/_nav.html +++ b/_nav.html @@ -6,9 +6,13 @@ {{if $current == 'index'}}
N° | +Date | +Libellé | +Montant | +Durée | +N° compte | +Compte | +Projet | ++ |
---|---|---|---|---|---|---|---|---|
#{{$trans_id}} | +{{$trans_date|date_short}} | +{{$trans_label}} | +{{"%f"|math:$debit|money}} | +{{if $duration != null}}{{$duration}}{{/if}} | +{{$account_code}} | +{{$account_label}} | +{{$project_label}} | ++ {{if $duration == null}} + {{:linkbutton + label="Ajouter infos" + href="add_duration.html?immo_id=%s&amort=1"|args:$immo_id + shape="help" + target="_dialog" + }} + {{else}} + {{:linkbutton + label="Amortissements" + href="amortization.html?immo_id=%s"|args:$immo_id + shape="table" + }} + {{/if}} + | +
N° | +Date | +Libellé | +Montant | +N° compte | +Compte | +Projet | ++ |
---|---|---|---|---|---|---|---|
#{{$trans_id}} | +{{$trans_date|date_short}} | +{{$trans_label}} | +{{"%f"|math:$debit|money}} | +{{$account_code}} | +{{$account_label}} | +{{$project_label}} | ++ {{:linkbutton + label="Ajouter infos" + href="add_duration.html?immo_id=%s&amort=0"|args:$immo_id + shape="help" + target="_dialog" + }} + | +
{{$msg}}
{{elseif $_GET.err}} @@ -29,107 +35,9 @@ {{/select}} {{/load}} -N° | -Date | -Libellé | -Montant | -Durée | -N° compte | -Compte | -Projet | -- |
---|---|---|---|---|---|---|---|---|
#{{$trans_id}} | -{{$trans_date|date_short}} | -{{$trans_label}} | -{{"%f"|math:$debit|money}} | -{{if $duration != null}}{{$duration}}{{/if}} | -{{$account_code}} | -{{$account_label}} | -{{$project_label}} | -- {{if $duration == null}} - {{:linkbutton - label="Ajouter infos" - href="add_duration.html?immo_id=%s"|args:$immo_id - shape="help" - target="_dialog" - }} - {{else}} - {{:linkbutton - label="Amortissements" - href="amortization.html?immo_id=%s"|args:$immo_id - shape="table" - }} - {{/if}} - | -