From 8bdcaa2c2d42a8f15c9604d9759faac9e1e619d5 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 11 Apr 2013 15:52:07 +0200 Subject: [PATCH] Merge pull request #65 from Ha99y:mobile-them-HR-fix2 --- themes/default/mobile/authentication-choice.tpl | 2 +- themes/default/mobile/best-sales.tpl | 2 +- themes/default/mobile/category.tpl | 4 ++-- themes/default/mobile/contact-form.tpl | 17 ++++++++++++++--- themes/default/mobile/header.tpl | 2 +- themes/default/mobile/manufacturer.tpl | 2 +- themes/default/mobile/new-products.tpl | 2 +- themes/default/mobile/order-detail.tpl | 6 +++--- themes/default/mobile/pages-list.tpl | 2 +- themes/default/mobile/prices-drop.tpl | 2 +- themes/default/mobile/product-attributes.tpl | 2 +- themes/default/mobile/product-desc-features.tpl | 2 +- themes/default/mobile/product.tpl | 8 ++++---- themes/default/mobile/search.tpl | 2 +- themes/default/mobile/sitemap.tpl | 4 ++-- themes/default/mobile/supplier.tpl | 2 +- 16 files changed, 36 insertions(+), 25 deletions(-) diff --git a/themes/default/mobile/authentication-choice.tpl b/themes/default/mobile/authentication-choice.tpl index 4bbfb00bc..7d8346a4d 100644 --- a/themes/default/mobile/authentication-choice.tpl +++ b/themes/default/mobile/authentication-choice.tpl @@ -13,7 +13,7 @@ - + {l s='Already registered?'} diff --git a/themes/default/mobile/best-sales.tpl b/themes/default/mobile/best-sales.tpl index d8dba671c..438676a91 100644 --- a/themes/default/mobile/best-sales.tpl +++ b/themes/default/mobile/best-sales.tpl @@ -46,7 +46,7 @@ {include file="./category-product-sort.tpl" container_class="container-sort"} - + {include file="./pagination.tpl"} {include file="./category-product-list.tpl" products=$products} {include file="./pagination.tpl"} diff --git a/themes/default/mobile/category.tpl b/themes/default/mobile/category.tpl index 2b86926c4..90dc09310 100644 --- a/themes/default/mobile/category.tpl +++ b/themes/default/mobile/category.tpl @@ -45,13 +45,13 @@ {$category->description} {/if} - + {/if} {include file="./category-product-sort.tpl" container_class="container-sort"} {include file="$tpl_dir./category-count.tpl"} - + {include file="./pagination.tpl"} {include file="./category-product-list.tpl" products=$products} diff --git a/themes/default/mobile/contact-form.tpl b/themes/default/mobile/contact-form.tpl index 14b6cc043..6c435356a 100644 --- a/themes/default/mobile/contact-form.tpl +++ b/themes/default/mobile/contact-form.tpl @@ -44,7 +44,7 @@ {$contact.name|escape:'htmlall':'UTF-8'} {/foreach} -
{$category->description}
{include file="$tpl_dir./category-count.tpl"}
@@ -65,7 +65,11 @@ {if (!isset($customerThread.id_order) || $customerThread.id_order > 0)}
{$address_invoice->phone_mobile|escape:'htmlall':'UTF-8'}
{foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item]|escape:'htmlall':'UTF-8'}{/foreach}
{foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$invoiceAddressFormatedValues[$word_item|replace:',':'']|escape:'htmlall':'UTF-8'}{/foreach}
{$address_delivery->phone_mobile|escape:'htmlall':'UTF-8'}
{foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item]|escape:'htmlall':'UTF-8'}{/foreach}
{foreach from=$address_words item=word_item name="word_loop"}{if !$smarty.foreach.word_loop.first} {/if}{$deliveryAddressFormatedValues[$word_item|replace:',':'']|escape:'htmlall':'UTF-8'}{/foreach}
{$product->description}