Harmonisation style
This commit is contained in:
parent
403887a15f
commit
668e739519
2 changed files with 24 additions and 26 deletions
|
|
@ -170,28 +170,30 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<dl class="describe">
|
<div class="informations">
|
||||||
<dt>Immobilisation</dt>
|
<dl class="describe">
|
||||||
<dd><span class="num"><a href={{$trans_url}}>#{{$ligne_immo.trans_id}}</a></span> {{$ligne_immo.label}}</dd>
|
<dt>Immobilisation</dt>
|
||||||
<dt>Montant</dt>
|
<dd><span class="num"><a href={{$trans_url}}>#{{$ligne_immo.trans_id}}</a></span> {{$ligne_immo.label}}</dd>
|
||||||
<dd><strong class="money">{{"%f"|math:$ligne_immo.montant|money_currency}}</strong></dd>
|
<dt>Montant</dt>
|
||||||
<dt>Début d'amortissement</dt>
|
<dd><strong class="money">{{"%f"|math:$ligne_immo.montant|money_currency}}</strong></dd>
|
||||||
<dd>{{$date_debut|date_short}}</dd>
|
<dt>Début d'amortissement</dt>
|
||||||
{{if $duree != null}}
|
<dd>{{$date_debut|date_short}}</dd>
|
||||||
<dt>Durée</dt>
|
{{if $duree != null}}
|
||||||
<dd>{{$duree}} ans</dd>
|
<dt>Durée</dt>
|
||||||
{{/if}}
|
<dd>{{$duree}} ans</dd>
|
||||||
{{if $valeur_residuelle > 0}}
|
{{/if}}
|
||||||
<dt>Montant déjà amorti</dt>
|
{{if $valeur_residuelle > 0}}
|
||||||
<dd>{{"%d-%d"|math:$ligne_immo.montant:$valeur_residuelle|money_currency:false}}</dd>
|
<dt>Montant déjà amorti</dt>
|
||||||
<dt>Valeur résiduelle</dt>
|
<dd>{{"%d-%d"|math:$ligne_immo.montant:$valeur_residuelle|money_currency:false}}</dd>
|
||||||
<dd>{{$valeur_residuelle|money_currency}}</dd>
|
<dt>Valeur résiduelle</dt>
|
||||||
{{/if}}
|
<dd>{{$valeur_residuelle|money_currency}}</dd>
|
||||||
{{if $duree != null && $valeur_residuelle > 0}}
|
{{/if}}
|
||||||
<dt>Annuité estimée</dt>
|
{{if $duree != null && $valeur_residuelle > 0}}
|
||||||
<dd>{{"%f/%d"|math:$ligne_immo.montant:$duree|money_currency}}</dd>
|
<dt>Annuité estimée</dt>
|
||||||
{{/if}}
|
<dd>{{"%f/%d"|math:$ligne_immo.montant:$duree|money_currency}}</dd>
|
||||||
</dl>
|
{{/if}}
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3 class="center-block ruler">Amortissements enregistrés</h3>
|
<h3 class="center-block ruler">Amortissements enregistrés</h3>
|
||||||
{{if $linked_lines != null}}
|
{{if $linked_lines != null}}
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,3 @@ h2[class="aide"], h3[class="aide"] {
|
||||||
nav.amort aside {
|
nav.amort aside {
|
||||||
margin-top : 0;
|
margin-top : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.describe dt::after {
|
|
||||||
content: ' :';
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue