change how to use smarty variables

This commit is contained in:
Manuel Raynaud
2014-04-18 14:14:57 +02:00
parent 681d5503ac
commit 29c2901e5d
44 changed files with 130 additions and 130 deletions

View File

@@ -24,7 +24,7 @@
<div class="row">
<div class="col-md-12 title title-without-tabs">
{intl l='Edit currency "%name"' name=$NAME}
{intl l='Edit currency "%name"' name={$NAME}}
</div>
<div class="form-container">
@@ -115,7 +115,7 @@
<div class="row">
<div class="col-md-12">
<div class="alert alert-error">
{intl l="Sorry, currency ID=%id was not found." id=$currency_id}
{intl l="Sorry, currency ID=%id was not found." id={$currency_id}}
</div>
</div>
</div>