Fixed substitution in templates.

This commit is contained in:
Alexis Lahouze 2013-07-29 14:36:27 +02:00
parent 56f1635c64
commit f969d5dc3e
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
-->
<!-- Dialog header with title -->
<div class="modal-header">
<h3>&Eacute;diter le compte {{account.name}}</h3>
<h3>&Eacute;diter le compte [[account.name]]</h3>
</div>
<!-- Dialog body -->

View File

@ -16,12 +16,12 @@
-->
<!-- Dialog header with title -->
<div class="modal-header">
<h3>Supprimer le compte {{account.name}}</h3>
<h3>Supprimer le compte [[account.name]]</h3>
</div>
<!-- Dialog 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>
<!-- Dialog footer with buttons -->

View File

@ -16,7 +16,7 @@
-->
<!-- Dialog header with title -->
<div class="modal-header">
<h3>Supprimer l'entr&eacute;e {{entry.label}}</h3>
<h3>Supprimer l'entr&eacute;e [[entry.label]]</h3>
</div>
<!-- Dialog body -->

View File

@ -16,7 +16,7 @@
-->
<!-- Dialog header with title -->
<div class="modal-header">
<h3>Supprimer l'op&eacute;ration {{operation.label}}</h3>
<h3>Supprimer l'op&eacute;ration [[operation.label]]</h3>
</div>
<!-- Dialog body -->