diff --git a/templates/admin/default/categories.html b/templates/admin/default/categories.html
index f08721828..1d1cf53c2 100755
--- a/templates/admin/default/categories.html
+++ b/templates/admin/default/categories.html
@@ -93,7 +93,7 @@
{loop type="image" name="cat_image" source="category" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
-
+
{/loop}
@@ -258,7 +258,7 @@
{loop type="image" name="cat_image" source="product" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
-
+
{/loop}
diff --git a/templates/admin/default/category-edit.html b/templates/admin/default/category-edit.html
index 13327ca3d..7f59fd38e 100755
--- a/templates/admin/default/category-edit.html
+++ b/templates/admin/default/category-edit.html
@@ -146,7 +146,7 @@
-
+
@@ -162,7 +162,7 @@
{intl l="Top level"}
{loop name="cat-parent" type="category-tree" visible="*" category="0" exclude="{$current_category_id}"}
- {$TITLE}
+ {$TITLE}
{/loop}
diff --git a/templates/admin/default/coupon-read.html b/templates/admin/default/coupon-read.html
index f187df7a0..3055a8cb2 100755
--- a/templates/admin/default/coupon-read.html
+++ b/templates/admin/default/coupon-read.html
@@ -21,18 +21,18 @@
{loop type="coupon" name="read_coupon" id=1 backend_context="true"}
- {if #IS_ENABLED}{else}This coupon is disabled, you can enable to the bottom of this form.{/if}
+ {if !$IS_ENABLED}This coupon is disabled, you can enable to the bottom of this form.{/if}
Code
- #CODE
+ {$CODE}
Title
- #TITLE
+ {$TITLE}
Expiration date
@@ -41,9 +41,9 @@
Usage left
- {if #USAGE_LEFT}
+ {if $USAGE_LEFT}
- #USAGE_LEFT
+ {$USAGE_LEFT}
{else}
@@ -53,14 +53,14 @@
- #SHORT_DESCRIPTION
+ {$SHORT_DESCRIPTION}
- #DESCRIPTION
+ {$DESCRIPTION}
- {if #IS_CUMULATIVE}
+ {if $IS_CUMULATIVE}
{intl l="May be cumulative"}
@@ -73,7 +73,7 @@
- {if #IS_REMOVING_POSTAGE}
+ {if $IS_REMOVING_POSTAGE}
{intl l="Will remove postage"}
@@ -86,7 +86,7 @@
Amount
- #AMOUNT
+ {$AMOUNT}
Conditions of application
diff --git a/templates/admin/default/customers.html b/templates/admin/default/customers.html
index ea498f72c..a8b248665 100644
--- a/templates/admin/default/customers.html
+++ b/templates/admin/default/customers.html
@@ -61,14 +61,14 @@
{loop name="customer_list" type="customer" current="false" visible="*" last_order="1" backend_context="1" page={$customer_page} limit={$display_customer}}
- {#REF}
+ {$REF}
- {#COMPANY}
+ {$COMPANY}
- {#FIRSTNAME} {#LASTNAME}
+ {$FIRSTNAME} {$LASTNAME}
{module_include location='customer_list_row'}
@@ -87,7 +87,7 @@
{/loop}
{loop type="auth" name="can_send_mail" roles="ADMIN" permissions="admin.customer.sendMail"}
-
+
{/loop}
{loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.customer.delete"}
@@ -110,21 +110,21 @@