From 5aa49d62fe3be15ea3943a3a1ae7175ca479870c Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 10 Sep 2013 16:14:49 +0200 Subject: [PATCH] replace smarty variable identifier by $ --- templates/admin/default/categories.html | 4 ++-- templates/admin/default/category-edit.html | 4 ++-- templates/admin/default/coupon-read.html | 20 ++++++++++---------- templates/admin/default/customers.html | 20 ++++++++++---------- templates/admin/default/login.html | 2 +- templates/admin/default/message-edit.html | 2 +- 6 files changed, 26 insertions(+), 26 deletions(-) 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"} - #TITLE + {$TITLE} {/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"} - #TITLE + {$TITLE} {/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 @@ {loop name="cat-parent" type="category-tree" visible="*" category="0" exclude="{$current_category_id}"} - + {/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}
- + - + @@ -41,9 +41,9 @@ - + - + - + 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}} - + {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 @@
Code#CODE{$CODE}
Title#TITLE{$TITLE}
Expiration date
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
{#REF}{$REF} - {#COMPANY} + {$COMPANY} - {#FIRSTNAME} {#LASTNAME} + {$FIRSTNAME} {$LASTNAME}