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 0b735bc19..042c2c3c1 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
@@ -201,8 +201,12 @@
{l s='Customer information'}
- {$customer->firstname} {$customer->lastname} ({l s='#'}{$customer->id})
- ({$customer->email})
+
+
+ {$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))}
@@ -215,9 +219,9 @@
{l s='A registered customer account has already claimed this email address'}
{/if}
{else}
- {l s='Account registered:'} {dateFormat date=$customer->date_add full=true}
- {l s='Valid orders placed:'} {$customerStats['nb_orders']}
- {l s='Total spent since registration:'} {displayPrice price=Tools::ps_round(Tools::convertPrice($customerStats['total_orders'], $currency), 2) currency=$currency->id}
+ {l s='Account registered:'} {dateFormat date=$customer->date_add full=true}
+ {l s='Valid orders placed:'} {$customerStats['nb_orders']}
+ {l s='Total spent since registration:'} {displayPrice price=Tools::ps_round(Tools::convertPrice($customerStats['total_orders'], $currency), 2) currency=$currency->id}
{/if}
@@ -231,10 +235,10 @@
@@ -351,8 +355,8 @@
{/if}
- {displayAddressDetail address=$addresses.delivery newLine='
'}
- {if $addresses.delivery->other}
{$addresses.delivery->other}
{/if}
+ {displayAddressDetail address=$addresses.delivery newLine=''}
+ {if $addresses.delivery->other}
{$addresses.delivery->other}{/if}
{l s='Choose an action'}
@@ -401,8 +405,8 @@
{/if}
- {displayAddressDetail address=$addresses.invoice newLine='
'}
- {if $addresses.invoice->other}
{$addresses.invoice->other}
{/if}
+ {displayAddressDetail address=$addresses.invoice newLine=''}
+ {if $addresses.invoice->other}
{$addresses.invoice->other}{/if}