diff --git a/templates/backOffice/default/admin-layout.tpl b/templates/backOffice/default/admin-layout.tpl
index e45fad512..42dcaed72 100644
--- a/templates/backOffice/default/admin-layout.tpl
+++ b/templates/backOffice/default/admin-layout.tpl
@@ -162,9 +162,9 @@
{loop name="order-status-list" type="order-status"}
{assign "orderStatusLabel" "order_$CODE"}
-
+
{$TITLE}
- {count type="order" customer="*" backend_context="1" status=$ID}
+ {count type="order" customer="*" backend_context="1" status={$ID}}
{/loop}
diff --git a/templates/backOffice/default/administrators.html b/templates/backOffice/default/administrators.html
index 9c5b414c0..649501c79 100644
--- a/templates/backOffice/default/administrators.html
+++ b/templates/backOffice/default/administrators.html
@@ -67,7 +67,7 @@
{$LOCALE} |
{if $PROFILE}
- {loop type="profile" name="admin-profile" id=$PROFILE}
+ {loop type="profile" name="admin-profile" id={$PROFILE}}
{$TITLE}
{/loop}
{else}
@@ -125,21 +125,21 @@
{form_field form=$form field='login'}
-
+
{/form_field}
{form_field form=$form field='firstname'}
-
+
{/form_field}
{form_field form=$form field='lastname'}
-
+
{/form_field}
@@ -150,21 +150,21 @@
{form_field form=$form field='password'}
-
+
{/form_field}
{form_field form=$form field='password_confirm'}
-
+
{/form_field}
{form_field form=$form field='locale'}
|
diff --git a/templates/backOffice/default/includes/product-prices-tab.html b/templates/backOffice/default/includes/product-prices-tab.html
index 3e93352d7..8c55d0fc3 100644
--- a/templates/backOffice/default/includes/product-prices-tab.html
+++ b/templates/backOffice/default/includes/product-prices-tab.html
@@ -350,14 +350,14 @@
{intl l='Reference'} |
{intl l='EAN Code'} |
{intl l='Stock'} |
- {intl l='Price w/o taxes (%currency)' currency=$currency_symbol} |
- {intl l='Price w/ taxes (%currency)' currency=$currency_symbol} |
+ {intl l='Price w/o taxes (%currency)' currency={$currency_symbol}} |
+ {intl l='Price w/ taxes (%currency)' currency={$currency_symbol}} |
{intl l='Weight (Kg)'} |
{intl l='Default'} |
{intl l='Sale'} |
{intl l='New'} |
- {intl l='Sale price w/o taxes (%currency)' currency=$currency_symbol} |
- {intl l='Sale price w/ taxes (%currency)' currency=$currency_symbol} |
+ {intl l='Sale price w/o taxes (%currency)' currency={$currency_symbol}} |
+ {intl l='Sale price w/ taxes (%currency)' currency={$currency_symbol}} |
|
diff --git a/templates/backOffice/default/message-edit.html b/templates/backOffice/default/message-edit.html
index 6de72a897..5eeff56ce 100644
--- a/templates/backOffice/default/message-edit.html
+++ b/templates/backOffice/default/message-edit.html
@@ -16,7 +16,7 @@
{intl l="Home"}
{intl l="Configuration"}
{intl l="Mailing templates"}
- {intl l='Editing mailing template "%name"' name=$NAME}
+ {intl l='Editing mailing template "%name"' name={$NAME}}
@@ -24,7 +24,7 @@
- {intl l='Edit mailing template "%name"' name=$NAME}
+ {intl l='Edit mailing template "%name"' name={$NAME}}