diff --git a/admin-dev/themes/default/template/controllers/modules/list.tpl b/admin-dev/themes/default/template/controllers/modules/list.tpl index 94add7de7..e3cb58651 100644 --- a/admin-dev/themes/default/template/controllers/modules/list.tpl +++ b/admin-dev/themes/default/template/controllers/modules/list.tpl @@ -131,7 +131,7 @@ {if $module->id && isset($module->version_addons) && $module->version_addons}

- + {l s='Update it!'} @@ -141,14 +141,14 @@ id) && $module->id gt 0 && !empty($module->options.uninstall_onclick)}onclick="{$module->options.uninstall_onclick}"{/if} href="{if isset($module->id) && $module->id gt 0}{$module->options.uninstall_url}{else}{$module->options.install_url}{/if}" class="button installed"> {if isset($module->id) && $module->id gt 0}

- + {l s='Uninstall'}

{else}

- + {l s='Install'} 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 fba0b9d6d..f760fd772 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 @@ -162,33 +162,40 @@

-
- {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))} -
- -

- {l s='This feature will generate a random password and send an email to the customer.'} -
+
+
+ + + {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))} + + +

+ {l s='This feature will generate a random password and send an email to the customer.'} + + {else} +
{l s='A registered customer account has already claimed this email address'}
+ {/if} {else} -
{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} {/if} {if (sizeof($sources))}
- {l s='Sources'} + + + {l s='Sources'} +
-
- {l s='New message'} - - {l s='Click here'} {l s='to see all messages.'}
-
-

- {l s='Display to customer?'} - {l s='Yes'} - {l s='No'} -



-

- - - -
-
+
+ + + {l s='New message'} + + + {l s='Click here'} {l s='to see all messages.'} +
+ +
+ +
+ + +
+
+ +

+

+ + + +
+
{if (sizeof($messages))}