diff --git a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl index f50f3effb..945790b1d 100644 --- a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl @@ -41,7 +41,7 @@ {if isset($imageTextureExists) && $imageTextureExists} {l s='Texture'} {else} -

{l s='None'}

+

{l s='None'}

{/if} {else} diff --git a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl index ef8cc81c5..7b01dc639 100755 --- a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl @@ -59,10 +59,10 @@ {assign var="hook_invoice" value={hook h="displayInvoice" id_order=$order->id}} {if ($hook_invoice)} -
{$hook_invoice}

+
{$hook_invoice}
{/if} -
+
-
+
-
- - +
@@ -150,11 +147,10 @@ {if $customer->id} -
- {l s='Customer information'} - {$customer->firstname} {$customer->lastname} ({l s='#'}{$customer->id})
- ({$customer->email})

+

{l s='Customer information'}

+ {$customer->firstname} {$customer->lastname} ({l s='#'}{$customer->id}) + ({$customer->email}) {if ($customer->isGuest())} {l s='This order has been placed by a guest.'} {if (!Customer::customerExists($customer->email))} @@ -176,9 +172,8 @@ {if (sizeof($sources))} -
- {l s='Sources'} +

{l s='Sources'}

    3}style="height: 200px; overflow-y: scroll;"{/if}> {foreach from=$sources item=source}
  • @@ -198,7 +193,7 @@ -
    +
    {l s='Orders'} : {if $previousOrder}{l s='< Prev'}{/if} @@ -209,8 +204,8 @@ {if count($order->getBrother()) > 0}
    - {l s='Linked orders'} -
+

{l s='Linked orders'}

+
@@ -246,21 +241,19 @@
-
{/if}
- {l s='Documents'} +

{l s='Documents'}

{* Include document template *} {include file='controllers/orders/_documents.tpl'}
-
- {l s='Payment: '} +

{l s='Payment: '}

{if (!$order->valid && sizeof($currencies) > 1)}
@@ -415,12 +408,11 @@
-
{if !$order->isVirtual()}
- {l s='Shipping'} +

{l s='Shipping'}

{l s='Recycled packaging'} @@ -443,7 +435,6 @@ {/if}
-
{include file='controllers/orders/_shipping.tpl'} @@ -451,14 +442,13 @@ {$carrierModuleCall} {/if}
-
- {l s='Merchandise returns'} +

{l s='Merchandise returns'}

{if $order->getReturn()|count > 0} - +
@@ -510,7 +500,7 @@
- {l s='Shipping address'}{l s='Shipping address'} +

{l s='Shipping address'}{l s='Shipping address'}

{if $can_edit}
@@ -540,7 +530,7 @@
- {l s='Invoice address'}{l s='Invoice address'} +

{l s='Invoice address'}{l s='Invoice address'}

{if $can_edit} @@ -574,7 +564,7 @@
- {l s='Products:'}{l s='Products:'} +

{l s='Products:'}{l s='Products:'}

{if $can_edit} {if !$order->hasBeenDelivered()}{/if} @@ -584,7 +574,6 @@ {l s='Process a partial refund'} {l s='Process a partial refund'} -->
-

{/if}
Date
@@ -744,7 +733,7 @@
- {l s='New message'} +

{l s='New message'}

@@ -771,7 +760,7 @@ {if (sizeof($messages))}
- {l s='Messages'} +

{l s='Messages'}

{foreach from=$messages item=message}
{if ($message['is_new_for_me'])} @@ -782,13 +771,10 @@ {if ($message['private'] == 1)}{l s='Private'}{/if}

{$message['message']|escape:'htmlall':'UTF-8'|nl2br}

-
{/foreach}
{/if}
- -
 
-

{l s='Back to list'}
+ {l s='Back to list'} {/block}