Amélioration présentation
This commit is contained in:
parent
669f036071
commit
c394f1a894
1 changed files with 8 additions and 6 deletions
|
|
@ -148,12 +148,14 @@
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{if $valeur_residuelle > 0 || $linked_immos != null}}
|
||||||
<h3 class="ruler">Avoirs</h3>
|
<h3 class="ruler">Avoirs</h3>
|
||||||
<nav class="actions">
|
<nav class="actions">
|
||||||
{{if $total_amort == 0 || ! $created_amort}}
|
{{if $total_amort == 0 || ! $created_amort}}
|
||||||
{{:linkbutton label="Attacher une écriture d'avoir" href="link_immo.html?immo_doc_id=%s&filter=true"|args:$_GET.immo_doc_id shape="link" target="_dialog"}}
|
{{:linkbutton label="Attacher une écriture d'avoir" href="link_immo.html?immo_doc_id=%s&filter=true"|args:$_GET.immo_doc_id shape="link" target="_dialog"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</nav>
|
</nav>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{if $linked_immos != null}}
|
{{if $linked_immos != null}}
|
||||||
<table class="list">
|
<table class="list">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue