Fixed substitution in templates.
This commit is contained in:
parent
56f1635c64
commit
f969d5dc3e
@ -16,7 +16,7 @@
|
|||||||
-->
|
-->
|
||||||
<!-- Dialog header with title -->
|
<!-- Dialog header with title -->
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h3>Éditer le compte {{account.name}}</h3>
|
<h3>Éditer le compte [[account.name]]</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Dialog body -->
|
<!-- Dialog body -->
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
-->
|
-->
|
||||||
<!-- Dialog header with title -->
|
<!-- Dialog header with title -->
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h3>Supprimer le compte {{account.name}}</h3>
|
<h3>Supprimer le compte [[account.name]]</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Dialog body -->
|
<!-- Dialog body -->
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>Confirmez-vous la suppression du compte {{account.name}} ?</p>
|
<p>Confirmez-vous la suppression du compte [[account.name]] ?</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Dialog footer with buttons -->
|
<!-- Dialog footer with buttons -->
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
-->
|
-->
|
||||||
<!-- Dialog header with title -->
|
<!-- Dialog header with title -->
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h3>Supprimer l'entrée {{entry.label}}</h3>
|
<h3>Supprimer l'entrée [[entry.label]]</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Dialog body -->
|
<!-- Dialog body -->
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
-->
|
-->
|
||||||
<!-- Dialog header with title -->
|
<!-- Dialog header with title -->
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h3>Supprimer l'opération {{operation.label}}</h3>
|
<h3>Supprimer l'opération [[operation.label]]</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Dialog body -->
|
<!-- Dialog body -->
|
||||||
|
Loading…
Reference in New Issue
Block a user