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="title title-without-tabs">
<div class="row">
<div class="col-md-10">
{intl l='Shipping zone "%title"' title=$NAME}
{intl l='Shipping zone "%title"' title={$NAME}}
</div>
<div class="col-md-2 text-right">
<a href="{url path='/admin/configuration/shipping_configuration'}" class="btn btn-sm btn-default">{intl l='Close'} <span class="glyphicon glyphicon-remove"></span></a>